Color Hex Logo

#dbb8e5 Color Hex

#DBB8E5
(219,184,229)
0 Favorites   0 Comments

Color spaces of #dbb8e5

RGB 219184229
HSL0.800.460.81
HSV287°20°90°
CMYK 0.040.200.00   0.10
XYZ60.496854.998281.5559
Yxy54.99820.30700.2791
Hunter Lab74.160815.8304-13.2897
CIE-Lab79.040220.4424-17.7707

#dbb8e5 color RGB value is (219,184,229).

#dbb8e5 hex color red value is 219, green value is 184 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dbb8e5 hue: 0.80 , saturation: 0.46 and the lightness value of dbb8e5 is 0.81.

The process color (four color CMYK) of #dbb8e5 color hex is 0.04, 0.20, 0.00, 0.10. Web safe color of #dbb8e5 is #cccccc. Color #dbb8e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 11100101
Octal 333 270 345
Decimal 219 184 229
Hex DB B8 E5

RGB Percentages of Color #dbb8e5

%34.65
%29.11
%36.23

CMYK Percentages of Color #dbb8e5

%4
%20
%0
%10

Triadic Colors of #dbb8e5

#dbb8e5 #e5dbb8 #b8e5db

Analogous Colors of #dbb8e5

#dbb8e5 #e5b8d9 #c5b8e5

Monochromatic Colors of #dbb8e5

#dbb8e5

Complementary Color

#dbb8e5 #c2e5b8

#dbb8e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb8e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb8e5 Color CSS Codes

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

#dbb8e5 Text Font Color

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

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


#dbb8e5 Background Color

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

This div background color is #dbb8e5


#dbb8e5 Border Color

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

This div border color is #dbb8e5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,184,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbb8e5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb8e5


Comments

No comments written yet.

Please login to write comment.