Color Hex Logo

#c00975 Color Hex

#C00975
(192,9,117)
1 Favorites   0 Comments

Color spaces of #c00975

RGB 1929117
HSL0.900.910.39
HSV325°95°75°
CMYK 0.000.950.39   0.25
XYZ25.046812.686217.9582
Yxy12.68620.44970.2278
Hunter Lab35.617763.1924-4.9612
CIE-Lab42.286669.3238-9.1868

#c00975 color RGB value is (192,9,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 01110101
Octal 300 11 165
Decimal 192 9 117
Hex C0 9 75

RGB Percentages of Color #c00975

%60.38
%2.83
%36.79

CMYK Percentages of Color #c00975

%0
%95
%39
%25

Triadic Colors of #c00975

#c00975 #75c009 #0975c0

Analogous Colors of #c00975

#c00975 #c0091a #b009c0

Monochromatic Colors of #c00975

#c00975

Complementary Color

#c00975 #09c054

#c00975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00975 Color CSS Codes

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

#c00975 Text Font Color

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

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


#c00975 Background Color

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

This div background color is #c00975


#c00975 Border Color

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

This div border color is #c00975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00975

#c00975 Color Palettes


Comments

No comments written yet.

Please login to write comment.