Color Hex Logo

#d4cbff Color Hex

#D4CBFF
(212,203,255)
0 Favorites   0 Comments

Color spaces of #d4cbff

RGB 212203255
HSL0.701.000.90
HSV250°20°100°
CMYK 0.170.200.00   0.00
XYZ66.557363.9289103.4393
Yxy63.92890.28450.2733
Hunter Lab79.95568.6663-20.7352
CIE-Lab83.928713.2789-24.3189

#d4cbff color RGB value is (212,203,255).

#d4cbff hex color red value is 212, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d4cbff hue: 0.70 , saturation: 1.00 and the lightness value of d4cbff is 0.90.

The process color (four color CMYK) of #d4cbff color hex is 0.17, 0.20, 0.00, 0.00. Web safe color of #d4cbff is #ccccff. Color #d4cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001011 11111111
Octal 324 313 377
Decimal 212 203 255
Hex D4 CB FF

RGB Percentages of Color #d4cbff

%31.64
%30.30
%38.06

CMYK Percentages of Color #d4cbff

%17
%20
%0
%0

Triadic Colors of #d4cbff

#d4cbff #ffd4cb #cbffd4

Analogous Colors of #d4cbff

#d4cbff #eecbff #cbdcff

Monochromatic Colors of #d4cbff

#d4cbff

Complementary Color

#d4cbff #f6ffcb

#d4cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cbff Color CSS Codes

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

#d4cbff Text Font Color

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

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


#d4cbff Background Color

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

This div background color is #d4cbff


#d4cbff Border Color

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

This div border color is #d4cbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,203,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4cbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4cbff;
  -webkit-box-shadow: 1px 1px 3px 2px #d4cbff;
  box-shadow:         1px 1px 3px 2px #d4cbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,203,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cbff

#d4cbff Color Palettes


Comments

No comments written yet.

Please login to write comment.