Color Hex Logo

#dbaffd Color Hex

#DBAFFD
(219,175,253)
0 Favorites   0 Comments

Color spaces of #dbaffd

RGB 219175253
HSL0.760.950.84
HSV274°31°99°
CMYK 0.130.310.00   0.01
XYZ62.273052.811999.8401
Yxy52.81190.28970.2457
Hunter Lab72.671825.7823-30.5853
CIE-Lab77.763830.1129-32.6407

#dbaffd color RGB value is (219,175,253).

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

The process color (four color CMYK) of #dbaffd color hex is 0.13, 0.31, 0.00, 0.01. Web safe color of #dbaffd is #cc99ff. Color #dbaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11111101
Octal 333 257 375
Decimal 219 175 253
Hex DB AF FD

RGB Percentages of Color #dbaffd

%33.85
%27.05
%39.10

CMYK Percentages of Color #dbaffd

%13
%31
%0
%1

Triadic Colors of #dbaffd

#dbaffd #fddbaf #affddb

Analogous Colors of #dbaffd

#dbaffd #fdaff8 #b4affd

Monochromatic Colors of #dbaffd

#dbaffd

Complementary Color

#dbaffd #d1fdaf

#dbaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaffd Color CSS Codes

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

#dbaffd Text Font Color

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

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


#dbaffd Background Color

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

This div background color is #dbaffd


#dbaffd Border Color

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

This div border color is #dbaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaffd

Related Colors


Comments

No comments written yet.

Please login to write comment.