color codes Logo

#c33dac color codes

#C33DAC
(195,61,172)
0 Favorites   0 Comments

Color spaces of #c33dac

RGB 19561172
HSL0.860.530.50
HSV310°69°76°
CMYK 0.000.690.12   0.24
XYZ31.620817.918140.8217
Yxy17.91810.34990.1983
Hunter Lab42.329859.2643-27.5468
CIE-Lab49.396664.5741-31.4611

#c33dac color RGB value is (195,61,172).

#c33dac hex color red value is 195, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c33dac hue: 0.86 , saturation: 0.53 and the lightness value of c33dac is 0.50.

The process color (four color CMYK) of #c33dac color code is 0.00, 0.69, 0.12, 0.24. Web safe color of #c33dac is #cc3399. Color #c33dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 10101100
Octal 303 75 254
Decimal 195 61 172
Hex C3 3D AC

RGB Percentages of Color #c33dac

%45.56
%14.25
%40.19

CMYK Percentages of Color #c33dac

%0
%69
%12
%24

Triadic Colors of #c33dac

#c33dac #acc33d #3dacc3

Analogous Colors of #c33dac

#c33dac #c33d69 #973dc3

Monochromatic Colors of #c33dac

#c33dac

Complementary Color

#c33dac #3dc354

#c33dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dac Color CSS Codes

.mybgcolor {background-color:#c33dac; } 
.myforecolor {color:#c33dac; }
.mybordercolor {border:3px solid #c33dac; }

#c33dac Text Font Color

<p style="color:#c33dac">Text here</p>

This sample text font color is #c33dac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c33dac Background Color

<div style="background-color:#c33dac">
Div content here</div>

This div background color is #c33dac


#c33dac Border Color

<div style="border:3px solid #c33dac">
Div here</div>

This div border color is #c33dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,61,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c33dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c33dac;
  -webkit-box-shadow: 1px 1px 3px 2px #c33dac;
  box-shadow:         1px 1px 3px 2px #c33dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,61,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c33dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c33dac;
  -webkit-box-shadow: 1px 1px 3px 2px #c33dac;
  box-shadow:         1px 1px 3px 2px #c33dac;">
Div content here</div>

This div box has shadow with color #c33dac


Comments

No comments written yet.

Please login to write comment.