Color Hex Logo

#c80568 Color Hex

#C80568
(200,5,104)
0 Favorites   0 Comments

Color spaces of #c80568

RGB 2005104
HSL0.920.950.40
HSV330°98°78°
CMYK 0.000.980.48   0.22
XYZ26.372413.387414.2907
Yxy13.38740.48790.2477
Hunter Lab36.588864.62852.4549
CIE-Lab43.341370.33600.6733

#c80568 color RGB value is (200,5,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000101 01101000
Octal 310 5 150
Decimal 200 5 104
Hex C8 5 68

RGB Percentages of Color #c80568

%64.72
%1.62
%33.66

CMYK Percentages of Color #c80568

%0
%98
%48
%22

Triadic Colors of #c80568

#c80568 #68c805 #0568c8

Analogous Colors of #c80568

#c80568 #c80506 #c705c8

Monochromatic Colors of #c80568

#c80568

Complementary Color

#c80568 #05c865

#c80568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80568 Color CSS Codes

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

#c80568 Text Font Color

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

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


#c80568 Background Color

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

This div background color is #c80568


#c80568 Border Color

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

This div border color is #c80568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80568


Comments

No comments written yet.

Please login to write comment.