Color Hex Logo

#dbafea Color Hex

#DBAFEA
(219,175,234)
0 Favorites   0 Comments

Color spaces of #dbafea

RGB 219175234
HSL0.790.580.80
HSV285°25°92°
CMYK 0.060.250.00   0.08
XYZ59.394751.660584.6829
Yxy51.66050.30340.2639
Hunter Lab71.875221.7233-19.5424
CIE-Lab77.077426.2751-23.4472

#dbafea color RGB value is (219,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11101010
Octal 333 257 352
Decimal 219 175 234
Hex DB AF EA

RGB Percentages of Color #dbafea

%34.87
%27.87
%37.26

CMYK Percentages of Color #dbafea

%6
%25
%0
%8

Triadic Colors of #dbafea

#dbafea #eadbaf #afeadb

Analogous Colors of #dbafea

#dbafea #eaafdc #beafea

Monochromatic Colors of #dbafea

#dbafea

Complementary Color

#dbafea #beeaaf

#dbafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafea Color CSS Codes

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

#dbafea Text Font Color

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

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


#dbafea Background Color

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

This div background color is #dbafea


#dbafea Border Color

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

This div border color is #dbafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafea


Comments

No comments written yet.

Please login to write comment.