Color Hex Logo

#dbadf7 Color Hex

#DBADF7
(219,173,247)
0 Favorites   0 Comments

Color spaces of #dbadf7

RGB 219173247
HSL0.770.820.82
HSV277°30°97°
CMYK 0.110.300.00   0.03
XYZ60.945551.662694.7554
Yxy51.66260.29390.2491
Hunter Lab71.876725.5690-27.8486
CIE-Lab77.078629.9582-30.4659

#dbadf7 color RGB value is (219,173,247).

#dbadf7 hex color red value is 219, green value is 173 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dbadf7 hue: 0.77 , saturation: 0.82 and the lightness value of dbadf7 is 0.82.

The process color (four color CMYK) of #dbadf7 color hex is 0.11, 0.30, 0.00, 0.03. Web safe color of #dbadf7 is #cc99ff. Color #dbadf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11110111
Octal 333 255 367
Decimal 219 173 247
Hex DB AD F7

RGB Percentages of Color #dbadf7

%34.27
%27.07
%38.65

CMYK Percentages of Color #dbadf7

%11
%30
%0
%3

Triadic Colors of #dbadf7

#dbadf7 #f7dbad #adf7db

Analogous Colors of #dbadf7

#dbadf7 #f7adee #b6adf7

Monochromatic Colors of #dbadf7

#dbadf7

Complementary Color

#dbadf7 #c9f7ad

#dbadf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadf7 Color CSS Codes

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

#dbadf7 Text Font Color

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

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


#dbadf7 Background Color

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

This div background color is #dbadf7


#dbadf7 Border Color

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

This div border color is #dbadf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadf7


Comments

No comments written yet.

Please login to write comment.