Color Hex Logo

#cc85df Color Hex

#CC85DF
(204,133,223)
0 Favorites   0 Comments

Color spaces of #cc85df

RGB 204133223
HSL0.800.580.70
HSV287°40°87°
CMYK 0.090.400.00   0.13
XYZ46.608734.940174.0996
Yxy34.94010.29940.2245
Hunter Lab59.110237.3055-32.9479
CIE-Lab65.702042.1236-35.0545

#cc85df color RGB value is (204,133,223).

#cc85df hex color red value is 204, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc85df hue: 0.80 , saturation: 0.58 and the lightness value of cc85df is 0.70.

The process color (four color CMYK) of #cc85df color hex is 0.09, 0.40, 0.00, 0.13. Web safe color of #cc85df is #cc99cc. Color #cc85df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 11011111
Octal 314 205 337
Decimal 204 133 223
Hex CC 85 DF

RGB Percentages of Color #cc85df

%36.43
%23.75
%39.82

CMYK Percentages of Color #cc85df

%9
%40
%0
%13

Triadic Colors of #cc85df

#cc85df #dfcc85 #85dfcc

Analogous Colors of #cc85df

#cc85df #df85c5 #9f85df

Monochromatic Colors of #cc85df

#cc85df

Complementary Color

#cc85df #98df85

#cc85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc85df Color CSS Codes

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

#cc85df Text Font Color

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

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


#cc85df Background Color

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

This div background color is #cc85df


#cc85df Border Color

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

This div border color is #cc85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc85df


Comments

No comments written yet.

Please login to write comment.