Color Hex Logo

#d4b7ec Color Hex

#D4B7EC
(212,183,236)
0 Favorites   0 Comments

Color spaces of #d4b7ec

RGB 212183236
HSL0.760.580.82
HSV273°22°93°
CMYK 0.100.220.00   0.07
XYZ59.225253.920286.6430
Yxy53.92020.29640.2699
Hunter Lab73.430415.4659-18.5570
CIE-Lab78.415220.1018-22.5489

#d4b7ec color RGB value is (212,183,236).

#d4b7ec hex color red value is 212, green value is 183 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4b7ec hue: 0.76 , saturation: 0.58 and the lightness value of d4b7ec is 0.82.

The process color (four color CMYK) of #d4b7ec color hex is 0.10, 0.22, 0.00, 0.07. Web safe color of #d4b7ec is #ccccff. Color #d4b7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10110111 11101100
Octal 324 267 354
Decimal 212 183 236
Hex D4 B7 EC

RGB Percentages of Color #d4b7ec

%33.60
%29.00
%37.40

CMYK Percentages of Color #d4b7ec

%10
%22
%0
%7

Triadic Colors of #d4b7ec

#d4b7ec #ecd4b7 #b7ecd4

Analogous Colors of #d4b7ec

#d4b7ec #ecb7ea #bab7ec

Monochromatic Colors of #d4b7ec

#d4b7ec

Complementary Color

#d4b7ec #cfecb7

#d4b7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4b7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4b7ec Color CSS Codes

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

#d4b7ec Text Font Color

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

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


#d4b7ec Background Color

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

This div background color is #d4b7ec


#d4b7ec Border Color

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

This div border color is #d4b7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4b7ec


Comments

No comments written yet.

Please login to write comment.