Color Hex Logo

#c8058a Color Hex

#C8058A
(200,5,138)
0 Favorites   0 Comments

Color spaces of #c8058a

RGB 2005138
HSL0.890.950.40
HSV319°98°78°
CMYK 0.000.980.31   0.22
XYZ28.461114.222925.2900
Yxy14.22290.41870.2092
Hunter Lab37.713368.7105-13.3598
CIE-Lab44.550973.5136-18.5418

#c8058a color RGB value is (200,5,138).

#c8058a hex color red value is 200, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c8058a hue: 0.89 , saturation: 0.95 and the lightness value of c8058a is 0.40.

The process color (four color CMYK) of #c8058a color hex is 0.00, 0.98, 0.31, 0.22. Web safe color of #c8058a is #cc0099. Color #c8058a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000101 10001010
Octal 310 5 212
Decimal 200 5 138
Hex C8 5 8A

RGB Percentages of Color #c8058a

%58.31
%1.46
%40.23

CMYK Percentages of Color #c8058a

%0
%98
%31
%22

Triadic Colors of #c8058a

#c8058a #8ac805 #058ac8

Analogous Colors of #c8058a

#c8058a #c80529 #a505c8

Monochromatic Colors of #c8058a

#c8058a

Complementary Color

#c8058a #05c843

#c8058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8058a Color CSS Codes

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

#c8058a Text Font Color

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

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


#c8058a Background Color

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

This div background color is #c8058a


#c8058a Border Color

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

This div border color is #c8058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8058a


Comments

No comments written yet.

Please login to write comment.