Color Hex Logo

#dbadfd Color Hex

#DBADFD
(219,173,253)
0 Favorites   0 Comments

Color spaces of #dbadfd

RGB 219173253
HSL0.760.950.84
HSV275°32°99°
CMYK 0.130.320.00   0.01
XYZ61.886652.039199.7113
Yxy52.03910.28970.2436
Hunter Lab72.138126.8917-31.4556
CIE-Lab77.304231.1939-33.3495

#dbadfd color RGB value is (219,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11111101
Octal 333 255 375
Decimal 219 173 253
Hex DB AD FD

RGB Percentages of Color #dbadfd

%33.95
%26.82
%39.22

CMYK Percentages of Color #dbadfd

%13
%32
%0
%1

Triadic Colors of #dbadfd

#dbadfd #fddbad #adfddb

Analogous Colors of #dbadfd

#dbadfd #fdadf7 #b3adfd

Monochromatic Colors of #dbadfd

#dbadfd

Complementary Color

#dbadfd #cffdad

#dbadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadfd Color CSS Codes

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

#dbadfd Text Font Color

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

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


#dbadfd Background Color

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

This div background color is #dbadfd


#dbadfd Border Color

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

This div border color is #dbadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadfd


Comments

No comments written yet.

Please login to write comment.