Color Hex Logo

#c80964 Color Hex

#C80964
(200,9,100)
0 Favorites   0 Comments

Color spaces of #c80964

RGB 2009100
HSL0.920.910.41
HSV331°96°78°
CMYK 0.000.960.50   0.22
XYZ26.217413.394813.2602
Yxy13.39480.49590.2533
Hunter Lab36.598963.81934.1378
CIE-Lab43.352269.64873.1964

#c80964 color RGB value is (200,9,100).

#c80964 hex color red value is 200, green value is 9 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c80964 hue: 0.92 , saturation: 0.91 and the lightness value of c80964 is 0.41.

The process color (four color CMYK) of #c80964 color hex is 0.00, 0.96, 0.50, 0.22. Web safe color of #c80964 is #cc0066. Color #c80964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001001 01100100
Octal 310 11 144
Decimal 200 9 100
Hex C8 9 64

RGB Percentages of Color #c80964

%64.72
%2.91
%32.36

CMYK Percentages of Color #c80964

%0
%96
%50
%22

Triadic Colors of #c80964

#c80964 #64c809 #0964c8

Analogous Colors of #c80964

#c80964 #c80e09 #c809c4

Monochromatic Colors of #c80964

#c80964

Complementary Color

#c80964 #09c86d

#c80964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80964 Color CSS Codes

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

#c80964 Text Font Color

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

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


#c80964 Background Color

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

This div background color is #c80964


#c80964 Border Color

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

This div border color is #c80964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80964


Comments

No comments written yet.

Please login to write comment.