Color Hex Logo

#dbabe9 Color Hex

#DBABE9
(219,171,233)
0 Favorites   0 Comments

Color spaces of #dbabe9

RGB 219171233
HSL0.800.580.79
HSV286°27°91°
CMYK 0.060.270.00   0.09
XYZ58.484350.069183.6726
Yxy50.06910.30420.2605
Hunter Lab70.759523.7050-20.5783
CIE-Lab76.111728.2424-24.3779

#dbabe9 color RGB value is (219,171,233).

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

The process color (four color CMYK) of #dbabe9 color hex is 0.06, 0.27, 0.00, 0.09. Web safe color of #dbabe9 is #cc99ff. Color #dbabe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11101001
Octal 333 253 351
Decimal 219 171 233
Hex DB AB E9

RGB Percentages of Color #dbabe9

%35.15
%27.45
%37.40

CMYK Percentages of Color #dbabe9

%6
%27
%0
%9

Triadic Colors of #dbabe9

#dbabe9 #e9dbab #abe9db

Analogous Colors of #dbabe9

#dbabe9 #e9abd8 #bcabe9

Monochromatic Colors of #dbabe9

#dbabe9

Complementary Color

#dbabe9 #b9e9ab

#dbabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabe9 Color CSS Codes

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

#dbabe9 Text Font Color

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

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


#dbabe9 Background Color

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

This div background color is #dbabe9


#dbabe9 Border Color

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

This div border color is #dbabe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabe9


Comments

No comments written yet.

Please login to write comment.