Color Hex Logo

#dbaffb Color Hex

#DBAFFB
(219,175,251)
0 Favorites   0 Comments

Color spaces of #dbaffb

RGB 219175251
HSL0.760.900.84
HSV275°30°98°
CMYK 0.130.300.00   0.02
XYZ61.956052.685098.1706
Yxy52.68500.29110.2476
Hunter Lab72.584425.3397-29.3807
CIE-Lab77.688729.6988-31.6812

#dbaffb color RGB value is (219,175,251).

#dbaffb hex color red value is 219, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbaffb hue: 0.76 , saturation: 0.90 and the lightness value of dbaffb is 0.84.

The process color (four color CMYK) of #dbaffb color hex is 0.13, 0.30, 0.00, 0.02. Web safe color of #dbaffb is #cc99ff. Color #dbaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11111011
Octal 333 257 373
Decimal 219 175 251
Hex DB AF FB

RGB Percentages of Color #dbaffb

%33.95
%27.13
%38.91

CMYK Percentages of Color #dbaffb

%13
%30
%0
%2

Triadic Colors of #dbaffb

#dbaffb #fbdbaf #affbdb

Analogous Colors of #dbaffb

#dbaffb #fbaff5 #b5affb

Monochromatic Colors of #dbaffb

#dbaffb

Complementary Color

#dbaffb #cffbaf

#dbaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaffb Color CSS Codes

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

#dbaffb Text Font Color

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

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


#dbaffb Background Color

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

This div background color is #dbaffb


#dbaffb Border Color

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

This div border color is #dbaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaffb


Comments

No comments written yet.

Please login to write comment.