Color Hex Logo

#c01089 Color Hex

#C01089
(192,16,137)
0 Favorites   0 Comments

Color spaces of #c01089

RGB 19216137
HSL0.890.850.41
HSV319°92°75°
CMYK 0.000.920.29   0.25
XYZ26.438913.383224.8566
Yxy13.38320.40880.2069
Hunter Lab36.583164.9832-14.6768
CIE-Lab43.335070.6366-19.9318

#c01089 color RGB value is (192,16,137).

#c01089 hex color red value is 192, green value is 16 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c01089 hue: 0.89 , saturation: 0.85 and the lightness value of c01089 is 0.41.

The process color (four color CMYK) of #c01089 color hex is 0.00, 0.92, 0.29, 0.25. Web safe color of #c01089 is #cc0099. Color #c01089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 10001001
Octal 300 20 211
Decimal 192 16 137
Hex C0 10 89

RGB Percentages of Color #c01089

%55.65
%4.64
%39.71

CMYK Percentages of Color #c01089

%0
%92
%29
%25

Triadic Colors of #c01089

#c01089 #89c010 #1089c0

Analogous Colors of #c01089

#c01089 #c01031 #9f10c0

Monochromatic Colors of #c01089

#c01089

Complementary Color

#c01089 #10c047

#c01089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01089 Color CSS Codes

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

#c01089 Text Font Color

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

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


#c01089 Background Color

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

This div background color is #c01089


#c01089 Border Color

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

This div border color is #c01089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01089


Comments

No comments written yet.

Please login to write comment.