Color Hex Logo

#c00974 Color Hex

#C00974
(192,9,116)
0 Favorites   0 Comments

Color spaces of #c00974

RGB 1929116
HSL0.900.910.39
HSV325°95°75°
CMYK 0.000.950.40   0.25
XYZ24.988312.662817.6501
Yxy12.66280.45190.2290
Hunter Lab35.584863.0724-4.4985
CIE-Lab42.250769.2286-8.6177

#c00974 color RGB value is (192,9,116).

#c00974 hex color red value is 192, green value is 9 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c00974 hue: 0.90 , saturation: 0.91 and the lightness value of c00974 is 0.39.

The process color (four color CMYK) of #c00974 color hex is 0.00, 0.95, 0.40, 0.25. Web safe color of #c00974 is #cc0066. Color #c00974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 01110100
Octal 300 11 164
Decimal 192 9 116
Hex C0 9 74

RGB Percentages of Color #c00974

%60.57
%2.84
%36.59

CMYK Percentages of Color #c00974

%0
%95
%40
%25

Triadic Colors of #c00974

#c00974 #74c009 #0974c0

Analogous Colors of #c00974

#c00974 #c00918 #b109c0

Monochromatic Colors of #c00974

#c00974

Complementary Color

#c00974 #09c055

#c00974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00974 Color CSS Codes

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

#c00974 Text Font Color

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

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


#c00974 Background Color

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

This div background color is #c00974


#c00974 Border Color

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

This div border color is #c00974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00974


Comments

No comments written yet.

Please login to write comment.