Color Hex Logo

#cc86dd Color Hex

#CC86DD
(204,134,221)
0 Favorites   0 Comments

Color spaces of #cc86dd

RGB 204134221
HSL0.800.560.70
HSV288°39°87°
CMYK 0.080.390.00   0.13
XYZ46.478135.108072.7335
Yxy35.10800.30120.2275
Hunter Lab59.252036.3269-31.3037
CIE-Lab65.832741.1918-33.7414

#cc86dd color RGB value is (204,134,221).

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

The process color (four color CMYK) of #cc86dd color hex is 0.08, 0.39, 0.00, 0.13. Web safe color of #cc86dd is #cc99cc. Color #cc86dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 11011101
Octal 314 206 335
Decimal 204 134 221
Hex CC 86 DD

RGB Percentages of Color #cc86dd

%36.49
%23.97
%39.53

CMYK Percentages of Color #cc86dd

%8
%39
%0
%13

Triadic Colors of #cc86dd

#cc86dd #ddcc86 #86ddcc

Analogous Colors of #cc86dd

#cc86dd #dd86c3 #a186dd

Monochromatic Colors of #cc86dd

#cc86dd

Complementary Color

#cc86dd #97dd86

#cc86dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc86dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc86dd Color CSS Codes

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

#cc86dd Text Font Color

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

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


#cc86dd Background Color

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

This div background color is #cc86dd


#cc86dd Border Color

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

This div border color is #cc86dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc86dd


Comments

No comments written yet.

Please login to write comment.