Color Hex Logo

#dbbbe5 Color Hex

#DBBBE5
(219,187,229)
0 Favorites   0 Comments

Color spaces of #dbbbe5

RGB 219187229
HSL0.790.450.82
HSV286°18°90°
CMYK 0.040.180.00   0.10
XYZ61.126656.257981.7659
Yxy56.25790.30690.2825
Hunter Lab75.005314.2119-12.1304
CIE-Lab79.760418.8257-16.6848

#dbbbe5 color RGB value is (219,187,229).

#dbbbe5 hex color red value is 219, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dbbbe5 hue: 0.79 , saturation: 0.45 and the lightness value of dbbbe5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11100101
Octal 333 273 345
Decimal 219 187 229
Hex DB BB E5

RGB Percentages of Color #dbbbe5

%34.49
%29.45
%36.06

CMYK Percentages of Color #dbbbe5

%4
%18
%0
%10

Triadic Colors of #dbbbe5

#dbbbe5 #e5dbbb #bbe5db

Analogous Colors of #dbbbe5

#dbbbe5 #e5bbda #c6bbe5

Monochromatic Colors of #dbbbe5

#dbbbe5

Complementary Color

#dbbbe5 #c5e5bb

#dbbbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbe5 Color CSS Codes

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

#dbbbe5 Text Font Color

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

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


#dbbbe5 Background Color

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

This div background color is #dbbbe5


#dbbbe5 Border Color

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

This div border color is #dbbbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbe5


Comments

No comments written yet.

Please login to write comment.