Color Hex Logo

#dbb5ea Color Hex

#DBB5EA
(219,181,234)
0 Favorites   0 Comments

Color spaces of #dbb5ea

RGB 219181234
HSL0.790.560.81
HSV283°23°92°
CMYK 0.060.230.00   0.08
XYZ60.588654.048385.0809
Yxy54.04830.30340.2706
Hunter Lab73.517518.4529-17.1533
CIE-Lab78.489923.0320-21.2996

#dbb5ea color RGB value is (219,181,234).

#dbb5ea hex color red value is 219, green value is 181 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbb5ea hue: 0.79 , saturation: 0.56 and the lightness value of dbb5ea is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 11101010
Octal 333 265 352
Decimal 219 181 234
Hex DB B5 EA

RGB Percentages of Color #dbb5ea

%34.54
%28.55
%36.91

CMYK Percentages of Color #dbb5ea

%6
%23
%0
%8

Triadic Colors of #dbb5ea

#dbb5ea #eadbb5 #b5eadb

Analogous Colors of #dbb5ea

#dbb5ea #eab5df #c1b5ea

Monochromatic Colors of #dbb5ea

#dbb5ea

Complementary Color

#dbb5ea #c4eab5

#dbb5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb5ea Color CSS Codes

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

#dbb5ea Text Font Color

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

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


#dbb5ea Background Color

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

This div background color is #dbb5ea


#dbb5ea Border Color

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

This div border color is #dbb5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb5ea


Comments

No comments written yet.

Please login to write comment.