Color Hex Logo

#cc84da Color Hex

#CC84DA
(204,132,218)
0 Favorites   0 Comments

Color spaces of #cc84da

RGB 204132218
HSL0.810.540.69
HSV290°39°85°
CMYK 0.060.390.00   0.15
XYZ45.808034.401970.5555
Yxy34.40190.30380.2282
Hunter Lab58.653136.7652-30.2644
CIE-Lab65.280341.6702-32.9309

#cc84da color RGB value is (204,132,218).

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

The process color (four color CMYK) of #cc84da color hex is 0.06, 0.39, 0.00, 0.15. Web safe color of #cc84da is #cc99cc. Color #cc84da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 11011010
Octal 314 204 332
Decimal 204 132 218
Hex CC 84 DA

RGB Percentages of Color #cc84da

%36.82
%23.83
%39.35

CMYK Percentages of Color #cc84da

%6
%39
%0
%15

Triadic Colors of #cc84da

#cc84da #dacc84 #84dacc

Analogous Colors of #cc84da

#cc84da #da84bd #a184da

Monochromatic Colors of #cc84da

#cc84da

Complementary Color

#cc84da #92da84

#cc84da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84da Color CSS Codes

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

#cc84da Text Font Color

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

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


#cc84da Background Color

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

This div background color is #cc84da


#cc84da Border Color

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

This div border color is #cc84da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84da


Comments

No comments written yet.

Please login to write comment.