Color Hex Logo

#cc8eeb Color Hex

#CC8EEB
(204,142,235)
0 Favorites   0 Comments

Color spaces of #cc8eeb

RGB 204142235
HSL0.780.700.74
HSV280°40°92°
CMYK 0.130.400.00   0.08
XYZ49.570238.181583.3544
Yxy38.18150.28970.2231
Hunter Lab61.791235.0619-36.7266
CIE-Lab68.154239.7339-37.8652

#cc8eeb color RGB value is (204,142,235).

#cc8eeb hex color red value is 204, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc8eeb hue: 0.78 , saturation: 0.70 and the lightness value of cc8eeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001110 11101011
Octal 314 216 353
Decimal 204 142 235
Hex CC 8E EB

RGB Percentages of Color #cc8eeb

%35.11
%24.44
%40.45

CMYK Percentages of Color #cc8eeb

%13
%40
%0
%8

Triadic Colors of #cc8eeb

#cc8eeb #ebcc8e #8eebcc

Analogous Colors of #cc8eeb

#cc8eeb #eb8edc #9e8eeb

Monochromatic Colors of #cc8eeb

#cc8eeb

Complementary Color

#cc8eeb #adeb8e

#cc8eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8eeb Color CSS Codes

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

#cc8eeb Text Font Color

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

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


#cc8eeb Background Color

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

This div background color is #cc8eeb


#cc8eeb Border Color

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

This div border color is #cc8eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8eeb


Comments

No comments written yet.

Please login to write comment.