Color Hex Logo

#dbbeeb Color Hex

#DBBEEB
(219,190,235)
0 Favorites   0 Comments

Color spaces of #dbbeeb

RGB 219190235
HSL0.770.530.83
HSV279°19°92°
CMYK 0.070.190.00   0.08
XYZ62.622357.885186.4697
Yxy57.88510.30260.2797
Hunter Lab76.082313.7770-14.1272
CIE-Lab80.674918.3757-18.5293

#dbbeeb color RGB value is (219,190,235).

#dbbeeb hex color red value is 219, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbbeeb hue: 0.77 , saturation: 0.53 and the lightness value of dbbeeb is 0.83.

The process color (four color CMYK) of #dbbeeb color hex is 0.07, 0.19, 0.00, 0.08. Web safe color of #dbbeeb is #ccccff. Color #dbbeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11101011
Octal 333 276 353
Decimal 219 190 235
Hex DB BE EB

RGB Percentages of Color #dbbeeb

%34.01
%29.50
%36.49

CMYK Percentages of Color #dbbeeb

%7
%19
%0
%8

Triadic Colors of #dbbeeb

#dbbeeb #ebdbbe #beebdb

Analogous Colors of #dbbeeb

#dbbeeb #ebbee5 #c5beeb

Monochromatic Colors of #dbbeeb

#dbbeeb

Complementary Color

#dbbeeb #ceebbe

#dbbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbeeb Color CSS Codes

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

#dbbeeb Text Font Color

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

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


#dbbeeb Background Color

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

This div background color is #dbbeeb


#dbbeeb Border Color

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

This div border color is #dbbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbeeb


Comments

No comments written yet.

Please login to write comment.