Color Hex Logo

#cc8beb Color Hex

#CC8BEB
(204,139,235)
0 Favorites   0 Comments

Color spaces of #cc8beb

RGB 204139235
HSL0.780.710.73
HSV281°41°92°
CMYK 0.130.410.00   0.08
XYZ49.129937.300883.2076
Yxy37.30080.28960.2199
Hunter Lab61.074436.7101-38.0245
CIE-Lab67.502141.3495-38.8820

#cc8beb color RGB value is (204,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001011 11101011
Octal 314 213 353
Decimal 204 139 235
Hex CC 8B EB

RGB Percentages of Color #cc8beb

%35.29
%24.05
%40.66

CMYK Percentages of Color #cc8beb

%13
%41
%0
%8

Triadic Colors of #cc8beb

#cc8beb #ebcc8b #8bebcc

Analogous Colors of #cc8beb

#cc8beb #eb8bda #9c8beb

Monochromatic Colors of #cc8beb

#cc8beb

Complementary Color

#cc8beb #aaeb8b

#cc8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8beb Color CSS Codes

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

#cc8beb Text Font Color

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

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


#cc8beb Background Color

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

This div background color is #cc8beb


#cc8beb Border Color

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

This div border color is #cc8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8beb


Comments

No comments written yet.

Please login to write comment.