Color Hex Logo

#c8075f Color Hex

#C8075F
(200,7,95)
0 Favorites   0 Comments

Color spaces of #c8075f

RGB 200795
HSL0.920.930.41
HSV333°97°78°
CMYK 0.000.970.53   0.22
XYZ25.961013.257512.0171
Yxy13.25750.50670.2588
Hunter Lab36.410963.55185.9194
CIE-Lab43.148769.46136.0456

#c8075f color RGB value is (200,7,95).

#c8075f hex color red value is 200, green value is 7 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c8075f hue: 0.92 , saturation: 0.93 and the lightness value of c8075f is 0.41.

The process color (four color CMYK) of #c8075f color hex is 0.00, 0.97, 0.53, 0.22. Web safe color of #c8075f is #cc0066. Color #c8075f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 01011111
Octal 310 7 137
Decimal 200 7 95
Hex C8 7 5F

RGB Percentages of Color #c8075f

%66.23
%2.32
%31.46

CMYK Percentages of Color #c8075f

%0
%97
%53
%22

Triadic Colors of #c8075f

#c8075f #5fc807 #075fc8

Analogous Colors of #c8075f

#c8075f #c81007 #c807c0

Monochromatic Colors of #c8075f

#c8075f

Complementary Color

#c8075f #07c870

#c8075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8075f Color CSS Codes

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

#c8075f Text Font Color

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

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


#c8075f Background Color

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

This div background color is #c8075f


#c8075f Border Color

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

This div border color is #c8075f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,7,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8075f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8075f;
  -webkit-box-shadow: 1px 1px 3px 2px #c8075f;
  box-shadow:         1px 1px 3px 2px #c8075f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,7,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8075f


Comments

No comments written yet.

Please login to write comment.