Color Hex Logo

#c80290 Color Hex

#C80290
(200,2,144)
0 Favorites   0 Comments

Color spaces of #c80290

RGB 2002144
HSL0.880.980.40
HSV317°99°78°
CMYK 0.000.990.28   0.22
XYZ28.875214.336427.6309
Yxy14.33640.40760.2024
Hunter Lab37.863469.8656-16.7626
CIE-Lab44.711674.4358-21.9467

#c80290 color RGB value is (200,2,144).

#c80290 hex color red value is 200, green value is 2 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c80290 hue: 0.88 , saturation: 0.98 and the lightness value of c80290 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000010 10010000
Octal 310 2 220
Decimal 200 2 144
Hex C8 2 90

RGB Percentages of Color #c80290

%57.80
%0.58
%41.62

CMYK Percentages of Color #c80290

%0
%99
%28
%22

Triadic Colors of #c80290

#c80290 #90c802 #0290c8

Analogous Colors of #c80290

#c80290 #c8022d #9d02c8

Monochromatic Colors of #c80290

#c80290

Complementary Color

#c80290 #02c83a

#c80290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80290 Color CSS Codes

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

#c80290 Text Font Color

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

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


#c80290 Background Color

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

This div background color is #c80290


#c80290 Border Color

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

This div border color is #c80290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80290


Comments

No comments written yet.

Please login to write comment.