Color Hex Logo

#d4bfec Color Hex

#D4BFEC
(212,191,236)
0 Favorites   0 Comments

Color spaces of #d4bfec

RGB 212191236
HSL0.740.540.84
HSV268°19°93°
CMYK 0.100.190.00   0.07
XYZ60.922557.314887.2088
Yxy57.31480.29650.2790
Hunter Lab75.706511.1559-15.3035
CIE-Lab80.356315.7760-19.6047

#d4bfec color RGB value is (212,191,236).

#d4bfec hex color red value is 212, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4bfec hue: 0.74 , saturation: 0.54 and the lightness value of d4bfec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111111 11101100
Octal 324 277 354
Decimal 212 191 236
Hex D4 BF EC

RGB Percentages of Color #d4bfec

%33.18
%29.89
%36.93

CMYK Percentages of Color #d4bfec

%10
%19
%0
%7

Triadic Colors of #d4bfec

#d4bfec #ecd4bf #bfecd4

Analogous Colors of #d4bfec

#d4bfec #ebbfec #bfc1ec

Monochromatic Colors of #d4bfec

#d4bfec

Complementary Color

#d4bfec #d7ecbf

#d4bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bfec Color CSS Codes

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

#d4bfec Text Font Color

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

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


#d4bfec Background Color

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

This div background color is #d4bfec


#d4bfec Border Color

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

This div border color is #d4bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bfec


Comments

No comments written yet.

Please login to write comment.