Color Hex Logo

#dbafe9 Color Hex

#DBAFE9
(219,175,233)
0 Favorites   0 Comments

Color spaces of #dbafe9

RGB 219175233
HSL0.790.570.80
HSV286°25°91°
CMYK 0.060.250.00   0.09
XYZ59.251451.603283.9283
Yxy51.60320.30420.2649
Hunter Lab71.835421.5189-18.9863
CIE-Lab77.043026.0795-22.9586

#dbafe9 color RGB value is (219,175,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11101001
Octal 333 257 351
Decimal 219 175 233
Hex DB AF E9

RGB Percentages of Color #dbafe9

%34.93
%27.91
%37.16

CMYK Percentages of Color #dbafe9

%6
%25
%0
%9

Triadic Colors of #dbafe9

#dbafe9 #e9dbaf #afe9db

Analogous Colors of #dbafe9

#dbafe9 #e9afda #beafe9

Monochromatic Colors of #dbafe9

#dbafe9

Complementary Color

#dbafe9 #bde9af

#dbafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafe9 Color CSS Codes

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

#dbafe9 Text Font Color

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

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


#dbafe9 Background Color

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

This div background color is #dbafe9


#dbafe9 Border Color

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

This div border color is #dbafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafe9

#dbafe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.