Color Hex Logo

#d8beea Color Hex

#D8BEEA
(216,190,234)
0 Favorites   0 Comments

Color spaces of #d8beea

RGB 216190234
HSL0.770.510.83
HSV275°19°92°
CMYK 0.080.190.00   0.08
XYZ61.583657.366485.6689
Yxy57.36640.30100.2804
Hunter Lab75.740612.5897-14.0435
CIE-Lab80.385217.2052-18.4551

#d8beea color RGB value is (216,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 11101010
Octal 330 276 352
Decimal 216 190 234
Hex D8 BE EA

RGB Percentages of Color #d8beea

%33.75
%29.69
%36.56

CMYK Percentages of Color #d8beea

%8
%19
%0
%8

Triadic Colors of #d8beea

#d8beea #ead8be #beead8

Analogous Colors of #d8beea

#d8beea #eabee6 #c2beea

Monochromatic Colors of #d8beea

#d8beea

Complementary Color

#d8beea #d0eabe

#d8beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8beea Color CSS Codes

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

#d8beea Text Font Color

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

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


#d8beea Background Color

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

This div background color is #d8beea


#d8beea Border Color

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

This div border color is #d8beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8beea


Comments

No comments written yet.

Please login to write comment.