Color Hex Logo

#c8075a Color Hex

#C8075A
(200,7,90)
0 Favorites   0 Comments

Color spaces of #c8075a

RGB 200790
HSL0.930.930.41
HSV334°97°78°
CMYK 0.000.970.55   0.22
XYZ25.740913.169510.8581
Yxy13.16950.51720.2646
Hunter Lab36.289863.10557.6630
CIE-Lab43.017569.10729.0085

#c8075a color RGB value is (200,7,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 01011010
Octal 310 7 132
Decimal 200 7 90
Hex C8 7 5A

RGB Percentages of Color #c8075a

%67.34
%2.36
%30.30

CMYK Percentages of Color #c8075a

%0
%97
%55
%22

Triadic Colors of #c8075a

#c8075a #5ac807 #075ac8

Analogous Colors of #c8075a

#c8075a #c81407 #c807bb

Monochromatic Colors of #c8075a

#c8075a

Complementary Color

#c8075a #07c875

#c8075a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8075a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8075a Color CSS Codes

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

#c8075a Text Font Color

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

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


#c8075a Background Color

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

This div background color is #c8075a


#c8075a Border Color

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

This div border color is #c8075a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8075a


Comments

No comments written yet.

Please login to write comment.