Color Hex Logo

#dbabe7 Color Hex

#DBABE7
(219,171,231)
0 Favorites   0 Comments

Color spaces of #dbabe7

RGB 219171231
HSL0.800.560.79
HSV288°26°91°
CMYK 0.050.260.00   0.09
XYZ58.200149.955482.1762
Yxy49.95540.30580.2625
Hunter Lab70.679123.2957-19.4591
CIE-Lab76.041927.8532-23.3996

#dbabe7 color RGB value is (219,171,231).

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

The process color (four color CMYK) of #dbabe7 color hex is 0.05, 0.26, 0.00, 0.09. Web safe color of #dbabe7 is #cc99ff. Color #dbabe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11100111
Octal 333 253 347
Decimal 219 171 231
Hex DB AB E7

RGB Percentages of Color #dbabe7

%35.27
%27.54
%37.20

CMYK Percentages of Color #dbabe7

%5
%26
%0
%9

Triadic Colors of #dbabe7

#dbabe7 #e7dbab #abe7db

Analogous Colors of #dbabe7

#dbabe7 #e7abd5 #bdabe7

Monochromatic Colors of #dbabe7

#dbabe7

Complementary Color

#dbabe7 #b7e7ab

#dbabe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabe7 Color CSS Codes

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

#dbabe7 Text Font Color

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

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


#dbabe7 Background Color

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

This div background color is #dbabe7


#dbabe7 Border Color

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

This div border color is #dbabe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabe7


Comments

No comments written yet.

Please login to write comment.