Color Hex Logo

#cc9bde Color Hex

#CC9BDE
(204,155,222)
0 Favorites   0 Comments

Color spaces of #cc9bde

RGB 204155222
HSL0.790.500.74
HSV284°30°87°
CMYK 0.080.300.00   0.13
XYZ49.808041.554074.5028
Yxy41.55400.30030.2505
Hunter Lab64.462425.1120-23.4011
CIE-Lab70.562329.9965-26.9931

#cc9bde color RGB value is (204,155,222).

#cc9bde hex color red value is 204, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc9bde hue: 0.79 , saturation: 0.50 and the lightness value of cc9bde is 0.74.

The process color (four color CMYK) of #cc9bde color hex is 0.08, 0.30, 0.00, 0.13. Web safe color of #cc9bde is #cc99cc. Color #cc9bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011011 11011110
Octal 314 233 336
Decimal 204 155 222
Hex CC 9B DE

RGB Percentages of Color #cc9bde

%35.11
%26.68
%38.21

CMYK Percentages of Color #cc9bde

%8
%30
%0
%13

Triadic Colors of #cc9bde

#cc9bde #decc9b #9bdecc

Analogous Colors of #cc9bde

#cc9bde #de9bcf #ab9bde

Monochromatic Colors of #cc9bde

#cc9bde

Complementary Color

#cc9bde #adde9b

#cc9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9bde Color CSS Codes

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

#cc9bde Text Font Color

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

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


#cc9bde Background Color

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

This div background color is #cc9bde


#cc9bde Border Color

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

This div border color is #cc9bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9bde


Comments

No comments written yet.

Please login to write comment.