Color Hex Logo

#c4b1dd Color Hex

#C4B1DD
(196,177,221)
0 Favorites   0 Comments

Color spaces of #c4b1dd

RGB 196177221
HSL0.740.390.78
HSV266°20°87°
CMYK 0.110.200.00   0.13
XYZ51.538248.400575.0325
Yxy48.40050.29460.2766
Hunter Lab69.570510.4855-15.2456
CIE-Lab75.076815.1521-19.6262

#c4b1dd color RGB value is (196,177,221).

#c4b1dd hex color red value is 196, green value is 177 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c4b1dd hue: 0.74 , saturation: 0.39 and the lightness value of c4b1dd is 0.78.

The process color (four color CMYK) of #c4b1dd color hex is 0.11, 0.20, 0.00, 0.13. Web safe color of #c4b1dd is #cc99cc. Color #c4b1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110001 11011101
Octal 304 261 335
Decimal 196 177 221
Hex C4 B1 DD

RGB Percentages of Color #c4b1dd

%33.00
%29.80
%37.21

CMYK Percentages of Color #c4b1dd

%11
%20
%0
%13

Triadic Colors of #c4b1dd

#c4b1dd #ddc4b1 #b1ddc4

Analogous Colors of #c4b1dd

#c4b1dd #dab1dd #b1b4dd

Monochromatic Colors of #c4b1dd

#c4b1dd

Complementary Color

#c4b1dd #caddb1

#c4b1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b1dd Color CSS Codes

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

#c4b1dd Text Font Color

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

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


#c4b1dd Background Color

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

This div background color is #c4b1dd


#c4b1dd Border Color

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

This div border color is #c4b1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b1dd

#c4b1dd Color Palettes


Comments

No comments written yet.

Please login to write comment.