Color Hex Logo

#cc55df Color Hex

#CC55DF
(204,85,223)
0 Favorites   0 Comments

Color spaces of #cc55df

RGB 20485223
HSL0.810.680.60
HSV292°62°87°
CMYK 0.090.620.00   0.13
XYZ41.469624.662172.3866
Yxy24.66210.29940.1780
Hunter Lab49.661062.1506-51.6594
CIE-Lab56.744765.6733-49.1319

#cc55df color RGB value is (204,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010101 11011111
Octal 314 125 337
Decimal 204 85 223
Hex CC 55 DF

RGB Percentages of Color #cc55df

%39.84
%16.60
%43.55

CMYK Percentages of Color #cc55df

%9
%62
%0
%13

Triadic Colors of #cc55df

#cc55df #dfcc55 #55dfcc

Analogous Colors of #cc55df

#cc55df #df55ad #8755df

Monochromatic Colors of #cc55df

#cc55df

Complementary Color

#cc55df #68df55

#cc55df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc55df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc55df Color CSS Codes

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

#cc55df Text Font Color

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

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


#cc55df Background Color

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

This div background color is #cc55df


#cc55df Border Color

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

This div border color is #cc55df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,85,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 #cc55df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc55df


Comments

No comments written yet.

Please login to write comment.