Color Hex Logo

#dbb1ea Color Hex

#DBB1EA
(219,177,234)
0 Favorites   0 Comments

Color spaces of #dbb1ea

RGB 219177234
HSL0.790.580.81
HSV284°24°92°
CMYK 0.060.240.00   0.08
XYZ59.786852.444984.8137
Yxy52.44490.30340.2662
Hunter Lab72.418920.6312-18.7446
CIE-Lab77.546125.1934-22.7337

#dbb1ea color RGB value is (219,177,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 11101010
Octal 333 261 352
Decimal 219 177 234
Hex DB B1 EA

RGB Percentages of Color #dbb1ea

%34.76
%28.10
%37.14

CMYK Percentages of Color #dbb1ea

%6
%24
%0
%8

Triadic Colors of #dbb1ea

#dbb1ea #eadbb1 #b1eadb

Analogous Colors of #dbb1ea

#dbb1ea #eab1dd #bfb1ea

Monochromatic Colors of #dbb1ea

#dbb1ea

Complementary Color

#dbb1ea #c0eab1

#dbb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1ea Color CSS Codes

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

#dbb1ea Text Font Color

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

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


#dbb1ea Background Color

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

This div background color is #dbb1ea


#dbb1ea Border Color

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

This div border color is #dbb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1ea


Comments

No comments written yet.

Please login to write comment.