Color Hex Logo

#cc8ee5 Color Hex

#CC8EE5
(204,142,229)
0 Favorites   0 Comments

Color spaces of #cc8ee5

RGB 204142229
HSL0.790.630.73
HSV283°38°90°
CMYK 0.110.380.00   0.10
XYZ48.717737.840578.8650
Yxy37.84050.29450.2287
Hunter Lab61.514633.7159-32.9527
CIE-Lab67.902938.4965-34.9530

#cc8ee5 color RGB value is (204,142,229).

#cc8ee5 hex color red value is 204, green value is 142 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cc8ee5 hue: 0.79 , saturation: 0.63 and the lightness value of cc8ee5 is 0.73.

The process color (four color CMYK) of #cc8ee5 color hex is 0.11, 0.38, 0.00, 0.10. Web safe color of #cc8ee5 is #cc99cc. Color #cc8ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001110 11100101
Octal 314 216 345
Decimal 204 142 229
Hex CC 8E E5

RGB Percentages of Color #cc8ee5

%35.48
%24.70
%39.83

CMYK Percentages of Color #cc8ee5

%11
%38
%0
%10

Triadic Colors of #cc8ee5

#cc8ee5 #e5cc8e #8ee5cc

Analogous Colors of #cc8ee5

#cc8ee5 #e58ed3 #a18ee5

Monochromatic Colors of #cc8ee5

#cc8ee5

Complementary Color

#cc8ee5 #a7e58e

#cc8ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ee5 Color CSS Codes

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

#cc8ee5 Text Font Color

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

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


#cc8ee5 Background Color

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

This div background color is #cc8ee5


#cc8ee5 Border Color

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

This div border color is #cc8ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ee5


Comments

No comments written yet.

Please login to write comment.