Color Hex Logo

#cc8bee Color Hex

#CC8BEE
(204,139,238)
0 Favorites   0 Comments

Color spaces of #cc8bee

RGB 204139238
HSL0.780.740.74
HSV279°42°93°
CMYK 0.140.420.00   0.07
XYZ49.567137.475785.5100
Yxy37.47570.28730.2172
Hunter Lab61.217437.3992-39.9656
CIE-Lab67.632441.9746-40.3285

#cc8bee color RGB value is (204,139,238).

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

The process color (four color CMYK) of #cc8bee color hex is 0.14, 0.42, 0.00, 0.07. Web safe color of #cc8bee is #cc99ff. Color #cc8bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001011 11101110
Octal 314 213 356
Decimal 204 139 238
Hex CC 8B EE

RGB Percentages of Color #cc8bee

%35.11
%23.92
%40.96

CMYK Percentages of Color #cc8bee

%14
%42
%0
%7

Triadic Colors of #cc8bee

#cc8bee #eecc8b #8beecc

Analogous Colors of #cc8bee

#cc8bee #ee8bdf #9b8bee

Monochromatic Colors of #cc8bee

#cc8bee

Complementary Color

#cc8bee #adee8b

#cc8bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8bee Color CSS Codes

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

#cc8bee Text Font Color

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

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


#cc8bee Background Color

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

This div background color is #cc8bee


#cc8bee Border Color

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

This div border color is #cc8bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8bee


Comments

No comments written yet.

Please login to write comment.