Color Hex Logo

#c00589 Color Hex

#C00589
(192,5,137)
0 Favorites   0 Comments

Color spaces of #c00589

RGB 1925137
HSL0.880.950.39
HSV318°97°75°
CMYK 0.000.970.29   0.25
XYZ26.307913.121224.8130
Yxy13.12120.40950.2042
Hunter Lab36.223266.2490-15.2576
CIE-Lab42.945371.7766-20.5322

#c00589 color RGB value is (192,5,137).

#c00589 hex color red value is 192, green value is 5 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c00589 hue: 0.88 , saturation: 0.95 and the lightness value of c00589 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 10001001
Octal 300 5 211
Decimal 192 5 137
Hex C0 5 89

RGB Percentages of Color #c00589

%57.49
%1.50
%41.02

CMYK Percentages of Color #c00589

%0
%97
%29
%25

Triadic Colors of #c00589

#c00589 #89c005 #0589c0

Analogous Colors of #c00589

#c00589 #c0052c #9a05c0

Monochromatic Colors of #c00589

#c00589

Complementary Color

#c00589 #05c03c

#c00589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00589 Color CSS Codes

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

#c00589 Text Font Color

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

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


#c00589 Background Color

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

This div background color is #c00589


#c00589 Border Color

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

This div border color is #c00589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,5,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 #c00589">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00589


Comments

No comments written yet.

Please login to write comment.