Color Hex Logo

#dbabeb Color Hex

#DBABEB
(219,171,235)
0 Favorites   0 Comments

Color spaces of #dbabeb

RGB 219171235
HSL0.790.620.80
HSV285°27°92°
CMYK 0.070.270.00   0.08
XYZ58.771750.184085.1861
Yxy50.18400.30270.2585
Hunter Lab70.840724.1182-21.7079
CIE-Lab76.182128.6344-25.3545

#dbabeb color RGB value is (219,171,235).

#dbabeb hex color red value is 219, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbabeb hue: 0.79 , saturation: 0.62 and the lightness value of dbabeb is 0.80.

The process color (four color CMYK) of #dbabeb color hex is 0.07, 0.27, 0.00, 0.08. Web safe color of #dbabeb is #cc99ff. Color #dbabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11101011
Octal 333 253 353
Decimal 219 171 235
Hex DB AB EB

RGB Percentages of Color #dbabeb

%35.04
%27.36
%37.60

CMYK Percentages of Color #dbabeb

%7
%27
%0
%8

Triadic Colors of #dbabeb

#dbabeb #ebdbab #abebdb

Analogous Colors of #dbabeb

#dbabeb #ebabdb #bbabeb

Monochromatic Colors of #dbabeb

#dbabeb

Complementary Color

#dbabeb #bbebab

#dbabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabeb Color CSS Codes

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

#dbabeb Text Font Color

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

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


#dbabeb Background Color

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

This div background color is #dbabeb


#dbabeb Border Color

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

This div border color is #dbabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabeb


Comments

No comments written yet.

Please login to write comment.