Color Hex Logo

#cc59df Color Hex

#CC59DF
(204,89,223)
0 Favorites   0 Comments

Color spaces of #cc59df

RGB 20489223
HSL0.810.680.61
HSV291°60°87°
CMYK 0.090.600.00   0.13
XYZ41.793525.309872.4946
Yxy25.30980.29940.1813
Hunter Lab50.308860.2464-50.2202
CIE-Lab57.376063.9368-48.1302

#cc59df color RGB value is (204,89,223).

#cc59df hex color red value is 204, green value is 89 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc59df hue: 0.81 , saturation: 0.68 and the lightness value of cc59df is 0.61.

The process color (four color CMYK) of #cc59df color hex is 0.09, 0.60, 0.00, 0.13. Web safe color of #cc59df is #cc66cc. Color #cc59df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 11011111
Octal 314 131 337
Decimal 204 89 223
Hex CC 59 DF

RGB Percentages of Color #cc59df

%39.53
%17.25
%43.22

CMYK Percentages of Color #cc59df

%9
%60
%0
%13

Triadic Colors of #cc59df

#cc59df #dfcc59 #59dfcc

Analogous Colors of #cc59df

#cc59df #df59af #8959df

Monochromatic Colors of #cc59df

#cc59df

Complementary Color

#cc59df #6cdf59

#cc59df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc59df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc59df Color CSS Codes

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

#cc59df Text Font Color

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

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


#cc59df Background Color

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

This div background color is #cc59df


#cc59df Border Color

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

This div border color is #cc59df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,89,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc59df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc59df;
  -webkit-box-shadow: 1px 1px 3px 2px #cc59df;
  box-shadow:         1px 1px 3px 2px #cc59df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc59df


Comments

No comments written yet.

Please login to write comment.