Color Hex Logo

#d2bfea Color Hex

#D2BFEA
(210,191,234)
0 Favorites   0 Comments

Color spaces of #d2bfea

RGB 210191234
HSL0.740.510.83
HSV267°18°92°
CMYK 0.100.180.00   0.08
XYZ60.060456.903885.6599
Yxy56.90380.29640.2808
Hunter Lab75.434610.1096-14.5226
CIE-Lab80.125514.7280-18.8965

#d2bfea color RGB value is (210,191,234).

#d2bfea hex color red value is 210, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d2bfea hue: 0.74 , saturation: 0.51 and the lightness value of d2bfea is 0.83.

The process color (four color CMYK) of #d2bfea color hex is 0.10, 0.18, 0.00, 0.08. Web safe color of #d2bfea is #ccccff. Color #d2bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111111 11101010
Octal 322 277 352
Decimal 210 191 234
Hex D2 BF EA

RGB Percentages of Color #d2bfea

%33.07
%30.08
%36.85

CMYK Percentages of Color #d2bfea

%10
%18
%0
%8

Triadic Colors of #d2bfea

#d2bfea #ead2bf #bfead2

Analogous Colors of #d2bfea

#d2bfea #e8bfea #bfc2ea

Monochromatic Colors of #d2bfea

#d2bfea

Complementary Color

#d2bfea #d7eabf

#d2bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bfea Color CSS Codes

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

#d2bfea Text Font Color

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

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


#d2bfea Background Color

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

This div background color is #d2bfea


#d2bfea Border Color

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

This div border color is #d2bfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,191,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bfea


Comments

No comments written yet.

Please login to write comment.