Color Hex Logo

#c80466 Color Hex

#C80466
(200,4,102)
0 Favorites   0 Comments

Color spaces of #c80466

RGB 2004102
HSL0.920.960.40
HSV330°98°78°
CMYK 0.000.980.49   0.22
XYZ26.261113.325513.7583
Yxy13.32550.49230.2498
Hunter Lab36.504164.53093.2066
CIE-Lab43.249770.27141.7936

#c80466 color RGB value is (200,4,102).

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

The process color (four color CMYK) of #c80466 color hex is 0.00, 0.98, 0.49, 0.22. Web safe color of #c80466 is #cc0066. Color #c80466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000100 01100110
Octal 310 4 146
Decimal 200 4 102
Hex C8 4 66

RGB Percentages of Color #c80466

%65.36
%1.31
%33.33

CMYK Percentages of Color #c80466

%0
%98
%49
%22

Triadic Colors of #c80466

#c80466 #66c804 #0466c8

Analogous Colors of #c80466

#c80466 #c80404 #c804c8

Monochromatic Colors of #c80466

#c80466

Complementary Color

#c80466 #04c866

#c80466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80466 Color CSS Codes

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

#c80466 Text Font Color

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

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


#c80466 Background Color

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

This div background color is #c80466


#c80466 Border Color

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

This div border color is #c80466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80466


Comments

No comments written yet.

Please login to write comment.