Color Hex Logo

#c01699 Color Hex

#C01699
(192,22,153)
0 Favorites   0 Comments

Color spaces of #c01699

RGB 19222153
HSL0.870.790.42
HSV314°89°75°
CMYK 0.000.890.20   0.25
XYZ27.774914.080231.3908
Yxy14.08020.37920.1922
Hunter Lab37.523666.4591-23.3332
CIE-Lab44.347771.6792-28.0749

#c01699 color RGB value is (192,22,153).

#c01699 hex color red value is 192, green value is 22 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c01699 hue: 0.87 , saturation: 0.79 and the lightness value of c01699 is 0.42.

The process color (four color CMYK) of #c01699 color hex is 0.00, 0.89, 0.20, 0.25. Web safe color of #c01699 is #cc0099. Color #c01699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 10011001
Octal 300 26 231
Decimal 192 22 153
Hex C0 16 99

RGB Percentages of Color #c01699

%52.32
%5.99
%41.69

CMYK Percentages of Color #c01699

%0
%89
%20
%25

Triadic Colors of #c01699

#c01699 #99c016 #1699c0

Analogous Colors of #c01699

#c01699 #c01644 #9216c0

Monochromatic Colors of #c01699

#c01699

Complementary Color

#c01699 #16c03d

#c01699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01699 Color CSS Codes

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

#c01699 Text Font Color

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

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


#c01699 Background Color

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

This div background color is #c01699


#c01699 Border Color

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

This div border color is #c01699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,22,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c01699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c01699;
  -webkit-box-shadow: 1px 1px 3px 2px #c01699;
  box-shadow:         1px 1px 3px 2px #c01699; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,22,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01699


Comments

No comments written yet.

Please login to write comment.