Color Hex Logo

#cc8ced Color Hex

#CC8CED
(204,140,237)
0 Favorites   0 Comments

Color spaces of #cc8ced

RGB 204140237
HSL0.780.730.74
HSV280°41°93°
CMYK 0.140.410.00   0.07
XYZ49.566037.708084.7867
Yxy37.70800.28810.2192
Hunter Lab61.406836.6186-38.8791
CIE-Lab67.804941.2283-39.5095

#cc8ced color RGB value is (204,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 11101101
Octal 314 214 355
Decimal 204 140 237
Hex CC 8C ED

RGB Percentages of Color #cc8ced

%35.11
%24.10
%40.79

CMYK Percentages of Color #cc8ced

%14
%41
%0
%7

Triadic Colors of #cc8ced

#cc8ced #edcc8c #8cedcc

Analogous Colors of #cc8ced

#cc8ced #ed8cde #9c8ced

Monochromatic Colors of #cc8ced

#cc8ced

Complementary Color

#cc8ced #aded8c

#cc8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ced Color CSS Codes

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

#cc8ced Text Font Color

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

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


#cc8ced Background Color

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

This div background color is #cc8ced


#cc8ced Border Color

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

This div border color is #cc8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ced


Comments

No comments written yet.

Please login to write comment.