Color Hex Logo

#c80388 Color Hex

#C80388
(200,3,136)
0 Favorites   0 Comments

Color spaces of #c80388

RGB 2003136
HSL0.890.970.40
HSV319°99°78°
CMYK 0.000.990.32   0.22
XYZ28.295914.122124.5270
Yxy14.12210.42270.2110
Hunter Lab37.579468.6400-12.3913
CIE-Lab44.407573.4832-17.5400

#c80388 color RGB value is (200,3,136).

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

The process color (four color CMYK) of #c80388 color hex is 0.00, 0.99, 0.32, 0.22. Web safe color of #c80388 is #cc0099. Color #c80388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000011 10001000
Octal 310 3 210
Decimal 200 3 136
Hex C8 3 88

RGB Percentages of Color #c80388

%59.00
%0.88
%40.12

CMYK Percentages of Color #c80388

%0
%99
%32
%22

Triadic Colors of #c80388

#c80388 #88c803 #0388c8

Analogous Colors of #c80388

#c80388 #c80325 #a603c8

Monochromatic Colors of #c80388

#c80388

Complementary Color

#c80388 #03c843

#c80388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80388 Color CSS Codes

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

#c80388 Text Font Color

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

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


#c80388 Background Color

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

This div background color is #c80388


#c80388 Border Color

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

This div border color is #c80388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80388


Comments

No comments written yet.

Please login to write comment.