Color Hex Logo

#d2bfe9 Color Hex

#D2BFE9
(210,191,233)
0 Favorites   0 Comments

Color spaces of #d2bfe9

RGB 210191233
HSL0.740.490.83
HSV267°18°91°
CMYK 0.100.180.00   0.09
XYZ59.917156.846484.9053
Yxy56.84640.29710.2819
Hunter Lab75.39669.9087-13.9899
CIE-Lab80.093114.5259-18.4085

#d2bfe9 color RGB value is (210,191,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111111 11101001
Octal 322 277 351
Decimal 210 191 233
Hex D2 BF E9

RGB Percentages of Color #d2bfe9

%33.12
%30.13
%36.75

CMYK Percentages of Color #d2bfe9

%10
%18
%0
%9

Triadic Colors of #d2bfe9

#d2bfe9 #e9d2bf #bfe9d2

Analogous Colors of #d2bfe9

#d2bfe9 #e7bfe9 #bfc1e9

Monochromatic Colors of #d2bfe9

#d2bfe9

Complementary Color

#d2bfe9 #d6e9bf

#d2bfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bfe9 Color CSS Codes

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

#d2bfe9 Text Font Color

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

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


#d2bfe9 Background Color

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

This div background color is #d2bfe9


#d2bfe9 Border Color

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

This div border color is #d2bfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bfe9


Comments

No comments written yet.

Please login to write comment.