Color Hex Logo

#dbb7ea Color Hex

#DBB7EA
(219,183,234)
0 Favorites   0 Comments

Color spaces of #dbb7ea

RGB 219183234
HSL0.780.550.82
HSV282°22°92°
CMYK 0.060.220.00   0.08
XYZ60.998254.867685.2174
Yxy54.86760.30330.2729
Hunter Lab74.072717.3660-16.3597
CIE-Lab78.964921.9519-20.5790

#dbb7ea color RGB value is (219,183,234).

#dbb7ea hex color red value is 219, green value is 183 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbb7ea hue: 0.78 , saturation: 0.55 and the lightness value of dbb7ea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110111 11101010
Octal 333 267 352
Decimal 219 183 234
Hex DB B7 EA

RGB Percentages of Color #dbb7ea

%34.43
%28.77
%36.79

CMYK Percentages of Color #dbb7ea

%6
%22
%0
%8

Triadic Colors of #dbb7ea

#dbb7ea #eadbb7 #b7eadb

Analogous Colors of #dbb7ea

#dbb7ea #eab7e0 #c2b7ea

Monochromatic Colors of #dbb7ea

#dbb7ea

Complementary Color

#dbb7ea #c6eab7

#dbb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb7ea Color CSS Codes

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

#dbb7ea Text Font Color

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

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


#dbb7ea Background Color

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

This div background color is #dbb7ea


#dbb7ea Border Color

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

This div border color is #dbb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb7ea


Comments

No comments written yet.

Please login to write comment.