Color Hex Logo

#dbabea Color Hex

#DBABEA
(219,171,234)
0 Favorites   0 Comments

Color spaces of #dbabea

RGB 219171234
HSL0.790.600.79
HSV286°27°92°
CMYK 0.060.270.00   0.08
XYZ58.627650.126484.4273
Yxy50.12640.30350.2595
Hunter Lab70.800023.9111-21.1419
CIE-Lab76.146828.4381-24.8665

#dbabea color RGB value is (219,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11101010
Octal 333 253 352
Decimal 219 171 234
Hex DB AB EA

RGB Percentages of Color #dbabea

%35.10
%27.40
%37.50

CMYK Percentages of Color #dbabea

%6
%27
%0
%8

Triadic Colors of #dbabea

#dbabea #eadbab #abeadb

Analogous Colors of #dbabea

#dbabea #eaabda #bcabea

Monochromatic Colors of #dbabea

#dbabea

Complementary Color

#dbabea #baeaab

#dbabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabea Color CSS Codes

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

#dbabea Text Font Color

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

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


#dbabea Background Color

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

This div background color is #dbabea


#dbabea Border Color

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

This div border color is #dbabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabea


Comments

No comments written yet.

Please login to write comment.