Color Hex Logo

#cc8cdd Color Hex

#CC8CDD
(204,140,221)
0 Favorites   0 Comments

Color spaces of #cc8cdd

RGB 204140221
HSL0.800.540.71
HSV287°37°87°
CMYK 0.080.370.00   0.13
XYZ47.331136.814073.0178
Yxy36.81400.30120.2342
Hunter Lab60.674533.0641-28.8794
CIE-Lab67.137337.9638-31.7196

#cc8cdd color RGB value is (204,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 11011101
Octal 314 214 335
Decimal 204 140 221
Hex CC 8C DD

RGB Percentages of Color #cc8cdd

%36.11
%24.78
%39.12

CMYK Percentages of Color #cc8cdd

%8
%37
%0
%13

Triadic Colors of #cc8cdd

#cc8cdd #ddcc8c #8cddcc

Analogous Colors of #cc8cdd

#cc8cdd #dd8cc6 #a48cdd

Monochromatic Colors of #cc8cdd

#cc8cdd

Complementary Color

#cc8cdd #9ddd8c

#cc8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8cdd Color CSS Codes

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

#cc8cdd Text Font Color

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

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


#cc8cdd Background Color

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

This div background color is #cc8cdd


#cc8cdd Border Color

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

This div border color is #cc8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8cdd


Comments

No comments written yet.

Please login to write comment.