Color Hex Logo

#dbaae1 Color Hex

#DBAAE1
(219,170,225)
0 Favorites   0 Comments

Color spaces of #dbaae1

RGB 219170225
HSL0.820.480.77
HSV293°24°88°
CMYK 0.030.240.00   0.12
XYZ57.178749.245877.7259
Yxy49.24580.31050.2674
Hunter Lab70.175422.6345-16.5466
CIE-Lab75.604027.2422-20.8063

#dbaae1 color RGB value is (219,170,225).

#dbaae1 hex color red value is 219, green value is 170 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbaae1 hue: 0.82 , saturation: 0.48 and the lightness value of dbaae1 is 0.77.

The process color (four color CMYK) of #dbaae1 color hex is 0.03, 0.24, 0.00, 0.12. Web safe color of #dbaae1 is #cc99cc. Color #dbaae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11100001
Octal 333 252 341
Decimal 219 170 225
Hex DB AA E1

RGB Percentages of Color #dbaae1

%35.67
%27.69
%36.64

CMYK Percentages of Color #dbaae1

%3
%24
%0
%12

Triadic Colors of #dbaae1

#dbaae1 #e1dbaa #aae1db

Analogous Colors of #dbaae1

#dbaae1 #e1aacc #c0aae1

Monochromatic Colors of #dbaae1

#dbaae1

Complementary Color

#dbaae1 #b0e1aa

#dbaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaae1 Color CSS Codes

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

#dbaae1 Text Font Color

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

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


#dbaae1 Background Color

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

This div background color is #dbaae1


#dbaae1 Border Color

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

This div border color is #dbaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaae1


Comments

No comments written yet.

Please login to write comment.