Color Hex Logo

#c80494 Color Hex

#C80494
(200,4,148)
0 Favorites   0 Comments

Color spaces of #c80494

RGB 2004148
HSL0.880.960.40
HSV316°98°78°
CMYK 0.000.980.26   0.22
XYZ29.208114.504329.2771
Yxy14.50430.40020.1987
Hunter Lab38.084570.2489-18.9195
CIE-Lab44.947674.7049-24.0059

#c80494 color RGB value is (200,4,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000100 10010100
Octal 310 4 224
Decimal 200 4 148
Hex C8 4 94

RGB Percentages of Color #c80494

%56.82
%1.14
%42.05

CMYK Percentages of Color #c80494

%0
%98
%26
%22

Triadic Colors of #c80494

#c80494 #94c804 #0494c8

Analogous Colors of #c80494

#c80494 #c80432 #9a04c8

Monochromatic Colors of #c80494

#c80494

Complementary Color

#c80494 #04c838

#c80494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80494 Color CSS Codes

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

#c80494 Text Font Color

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

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


#c80494 Background Color

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

This div background color is #c80494


#c80494 Border Color

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

This div border color is #c80494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80494


Comments

No comments written yet.

Please login to write comment.