Color Hex Logo

#c4009f Color Hex

#C4009F
(196,0,159)
0 Favorites   0 Comments

Color spaces of #c4009f

RGB 1960159
HSL0.861.000.38
HSV311°100°77°
CMYK 0.001.000.19   0.23
XYZ29.023014.239034.0196
Yxy14.23900.37550.1842
Hunter Lab37.734671.2550-27.0386
CIE-Lab44.573875.6022-31.2749

#c4009f color RGB value is (196,0,159).

#c4009f hex color red value is 196, green value is 0 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c4009f hue: 0.86 , saturation: 1.00 and the lightness value of c4009f is 0.38.

The process color (four color CMYK) of #c4009f color hex is 0.00, 1.00, 0.19, 0.23. Web safe color of #c4009f is #cc0099. Color #c4009f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 10011111
Octal 304 0 237
Decimal 196 0 159
Hex C4 0 9F

RGB Percentages of Color #c4009f

%55.21
%0.00
%44.79

CMYK Percentages of Color #c4009f

%0
%100
%19
%23

Triadic Colors of #c4009f

#c4009f #9fc400 #009fc4

Analogous Colors of #c4009f

#c4009f #c4003d #8700c4

Monochromatic Colors of #c4009f

#c4009f

Complementary Color

#c4009f #00c425

#c4009f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4009f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4009f Color CSS Codes

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

#c4009f Text Font Color

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

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


#c4009f Background Color

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

This div background color is #c4009f


#c4009f Border Color

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

This div border color is #c4009f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,0,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4009f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4009f;
  -webkit-box-shadow: 1px 1px 3px 2px #c4009f;
  box-shadow:         1px 1px 3px 2px #c4009f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,0,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4009f


Comments

No comments written yet.

Please login to write comment.