Color Hex Logo

#c00893 Color Hex

#C00893
(192,8,147)
0 Favorites   0 Comments

Color spaces of #c00893

RGB 1928147
HSL0.870.920.39
HSV315°96°75°
CMYK 0.000.960.23   0.25
XYZ27.091513.486728.7791
Yxy13.48670.39060.1945
Hunter Lab36.724267.4122-20.7559
CIE-Lab43.487672.6427-25.7871

#c00893 color RGB value is (192,8,147).

#c00893 hex color red value is 192, green value is 8 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c00893 hue: 0.87 , saturation: 0.92 and the lightness value of c00893 is 0.39.

The process color (four color CMYK) of #c00893 color hex is 0.00, 0.96, 0.23, 0.25. Web safe color of #c00893 is #cc0099. Color #c00893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001000 10010011
Octal 300 10 223
Decimal 192 8 147
Hex C0 8 93

RGB Percentages of Color #c00893

%55.33
%2.31
%42.36

CMYK Percentages of Color #c00893

%0
%96
%23
%25

Triadic Colors of #c00893

#c00893 #93c008 #0893c0

Analogous Colors of #c00893

#c00893 #c00837 #9108c0

Monochromatic Colors of #c00893

#c00893

Complementary Color

#c00893 #08c035

#c00893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00893 Color CSS Codes

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

#c00893 Text Font Color

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

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


#c00893 Background Color

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

This div background color is #c00893


#c00893 Border Color

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

This div border color is #c00893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00893


Comments

No comments written yet.

Please login to write comment.