Color Hex Logo

#ccb4dd Color Hex

#CCB4DD
(204,180,221)
0 Favorites   0 Comments

Color spaces of #ccb4dd

RGB 204180221
HSL0.760.380.79
HSV275°19°87°
CMYK 0.080.190.00   0.13
XYZ54.274250.700375.3322
Yxy50.70030.30100.2812
Hunter Lab71.204111.4515-12.8844
CIE-Lab76.497116.1211-17.4123

#ccb4dd color RGB value is (204,180,221).

#ccb4dd hex color red value is 204, green value is 180 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccb4dd hue: 0.76 , saturation: 0.38 and the lightness value of ccb4dd is 0.79.

The process color (four color CMYK) of #ccb4dd color hex is 0.08, 0.19, 0.00, 0.13. Web safe color of #ccb4dd is #cccccc. Color #ccb4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 11011101
Octal 314 264 335
Decimal 204 180 221
Hex CC B4 DD

RGB Percentages of Color #ccb4dd

%33.72
%29.75
%36.53

CMYK Percentages of Color #ccb4dd

%8
%19
%0
%13

Triadic Colors of #ccb4dd

#ccb4dd #ddccb4 #b4ddcc

Analogous Colors of #ccb4dd

#ccb4dd #ddb4da #b8b4dd

Monochromatic Colors of #ccb4dd

#ccb4dd

Complementary Color

#ccb4dd #c5ddb4

#ccb4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4dd Color CSS Codes

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

#ccb4dd Text Font Color

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

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


#ccb4dd Background Color

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

This div background color is #ccb4dd


#ccb4dd Border Color

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

This div border color is #ccb4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4dd


Comments

No comments written yet.

Please login to write comment.