Color Hex Logo

#c80491 Color Hex

#C80491
(200,4,145)
0 Favorites   0 Comments

Color spaces of #c80491

RGB 2004145
HSL0.880.960.40
HSV317°98°78°
CMYK 0.000.980.28   0.22
XYZ28.973714.410528.0425
Yxy14.41050.40560.2018
Hunter Lab37.961269.8073-17.2256
CIE-Lab44.816074.3674-22.3923

#c80491 color RGB value is (200,4,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000100 10010001
Octal 310 4 221
Decimal 200 4 145
Hex C8 4 91

RGB Percentages of Color #c80491

%57.31
%1.15
%41.55

CMYK Percentages of Color #c80491

%0
%98
%28
%22

Triadic Colors of #c80491

#c80491 #91c804 #0491c8

Analogous Colors of #c80491

#c80491 #c8042f #9d04c8

Monochromatic Colors of #c80491

#c80491

Complementary Color

#c80491 #04c83b

#c80491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80491 Color CSS Codes

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

#c80491 Text Font Color

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

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


#c80491 Background Color

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

This div background color is #c80491


#c80491 Border Color

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

This div border color is #c80491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80491


Comments

No comments written yet.

Please login to write comment.