Color Hex Logo

#d2beea Color Hex

#D2BEEA
(210,190,234)
0 Favorites   0 Comments

Color spaces of #d2beea

RGB 210190234
HSL0.740.510.83
HSV267°19°92°
CMYK 0.100.190.00   0.08
XYZ59.843156.469185.5875
Yxy56.46910.29640.2797
Hunter Lab75.145910.6446-14.9262
CIE-Lab79.880115.2677-19.2676

#d2beea color RGB value is (210,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11101010
Octal 322 276 352
Decimal 210 190 234
Hex D2 BE EA

RGB Percentages of Color #d2beea

%33.12
%29.97
%36.91

CMYK Percentages of Color #d2beea

%10
%19
%0
%8

Triadic Colors of #d2beea

#d2beea #ead2be #beead2

Analogous Colors of #d2beea

#d2beea #e8beea #bec0ea

Monochromatic Colors of #d2beea

#d2beea

Complementary Color

#d2beea #d6eabe

#d2beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2beea Color CSS Codes

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

#d2beea Text Font Color

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

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


#d2beea Background Color

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

This div background color is #d2beea


#d2beea Border Color

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

This div border color is #d2beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2beea


Comments

No comments written yet.

Please login to write comment.