Color Hex Logo

#c3209c Color Hex

#C3209C
(195,32,156)
0 Favorites   0 Comments

Color spaces of #c3209c

RGB 19532156
HSL0.870.720.45
HSV314°84°76°
CMYK 0.000.840.20   0.24
XYZ29.022915.035432.8249
Yxy15.03540.37750.1956
Hunter Lab38.775565.7475-23.0483
CIE-Lab45.682670.8222-27.7554

#c3209c color RGB value is (195,32,156).

#c3209c hex color red value is 195, green value is 32 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c3209c hue: 0.87 , saturation: 0.72 and the lightness value of c3209c is 0.45.

The process color (four color CMYK) of #c3209c color hex is 0.00, 0.84, 0.20, 0.24. Web safe color of #c3209c is #cc3399. Color #c3209c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 10011100
Octal 303 40 234
Decimal 195 32 156
Hex C3 20 9C

RGB Percentages of Color #c3209c

%50.91
%8.36
%40.73

CMYK Percentages of Color #c3209c

%0
%84
%20
%24

Triadic Colors of #c3209c

#c3209c #9cc320 #209cc3

Analogous Colors of #c3209c

#c3209c #c3204b #9920c3

Monochromatic Colors of #c3209c

#c3209c

Complementary Color

#c3209c #20c347

#c3209c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3209c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3209c Color CSS Codes

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

#c3209c Text Font Color

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

This sample text font color is #c3209c
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.


#c3209c Background Color

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

This div background color is #c3209c


#c3209c Border Color

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

This div border color is #c3209c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3209c


Comments

No comments written yet.

Please login to write comment.