Color Hex Logo

#dbb3ea Color Hex

#DBB3EA
(219,179,234)
0 Favorites   0 Comments

Color spaces of #dbb3ea

RGB 219179234
HSL0.790.570.81
HSV284°24°92°
CMYK 0.060.240.00   0.08
XYZ60.184853.240884.9463
Yxy53.24080.30340.2684
Hunter Lab72.966319.5412-17.9482
CIE-Lab78.017024.1124-22.0178

#dbb3ea color RGB value is (219,179,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 11101010
Octal 333 263 352
Decimal 219 179 234
Hex DB B3 EA

RGB Percentages of Color #dbb3ea

%34.65
%28.32
%37.03

CMYK Percentages of Color #dbb3ea

%6
%24
%0
%8

Triadic Colors of #dbb3ea

#dbb3ea #eadbb3 #b3eadb

Analogous Colors of #dbb3ea

#dbb3ea #eab3de #c0b3ea

Monochromatic Colors of #dbb3ea

#dbb3ea

Complementary Color

#dbb3ea #c2eab3

#dbb3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3ea Color CSS Codes

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

#dbb3ea Text Font Color

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

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


#dbb3ea Background Color

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

This div background color is #dbb3ea


#dbb3ea Border Color

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

This div border color is #dbb3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3ea


Comments

No comments written yet.

Please login to write comment.