Color Hex Logo

#cc8ceb Color Hex

#CC8CEB
(204,140,235)
0 Favorites   0 Comments

Color spaces of #cc8ceb

RGB 204140235
HSL0.780.700.74
HSV280°40°92°
CMYK 0.130.400.00   0.08
XYZ49.275337.591783.2561
Yxy37.59170.28960.2210
Hunter Lab61.312136.1608-37.5919
CIE-Lab67.718640.8117-38.5442

#cc8ceb color RGB value is (204,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 11101011
Octal 314 214 353
Decimal 204 140 235
Hex CC 8C EB

RGB Percentages of Color #cc8ceb

%35.23
%24.18
%40.59

CMYK Percentages of Color #cc8ceb

%13
%40
%0
%8

Triadic Colors of #cc8ceb

#cc8ceb #ebcc8c #8cebcc

Analogous Colors of #cc8ceb

#cc8ceb #eb8cdb #9d8ceb

Monochromatic Colors of #cc8ceb

#cc8ceb

Complementary Color

#cc8ceb #abeb8c

#cc8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ceb Color CSS Codes

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

#cc8ceb Text Font Color

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

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


#cc8ceb Background Color

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

This div background color is #cc8ceb


#cc8ceb Border Color

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

This div border color is #cc8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ceb


Comments

No comments written yet.

Please login to write comment.