Color Hex Logo

#cc84dd Color Hex

#CC84DD
(204,132,221)
0 Favorites   0 Comments

Color spaces of #cc84dd

RGB 204132221
HSL0.800.570.69
HSV289°40°87°
CMYK 0.080.400.00   0.13
XYZ46.204234.560472.6422
Yxy34.56040.30120.2253
Hunter Lab58.788137.4120-32.1107
CIE-Lab65.405042.2599-34.4056

#cc84dd color RGB value is (204,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 11011101
Octal 314 204 335
Decimal 204 132 221
Hex CC 84 DD

RGB Percentages of Color #cc84dd

%36.62
%23.70
%39.68

CMYK Percentages of Color #cc84dd

%8
%40
%0
%13

Triadic Colors of #cc84dd

#cc84dd #ddcc84 #84ddcc

Analogous Colors of #cc84dd

#cc84dd #dd84c2 #a084dd

Monochromatic Colors of #cc84dd

#cc84dd

Complementary Color

#cc84dd #95dd84

#cc84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84dd Color CSS Codes

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

#cc84dd Text Font Color

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

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


#cc84dd Background Color

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

This div background color is #cc84dd


#cc84dd Border Color

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

This div border color is #cc84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84dd


Comments

No comments written yet.

Please login to write comment.