Color Hex Logo

#dbafdb Color Hex

#DBAFDB
(219,175,219)
0 Favorites   0 Comments

Color spaces of #dbafdb

RGB 219175219
HSL0.830.380.77
HSV300°20°86°
CMYK 0.000.200.00   0.14
XYZ57.329650.834573.8083
Yxy50.83450.31500.2794
Hunter Lab71.298318.7563-11.4684
CIE-Lab76.578623.4121-16.0708

#dbafdb color RGB value is (219,175,219).

#dbafdb hex color red value is 219, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbafdb hue: 0.83 , saturation: 0.38 and the lightness value of dbafdb is 0.77.

The process color (four color CMYK) of #dbafdb color hex is 0.00, 0.20, 0.00, 0.14. Web safe color of #dbafdb is #cc99cc. Color #dbafdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11011011
Octal 333 257 333
Decimal 219 175 219
Hex DB AF DB

RGB Percentages of Color #dbafdb

%35.73
%28.55
%35.73

CMYK Percentages of Color #dbafdb

%0
%20
%0
%14

Triadic Colors of #dbafdb

#dbafdb #dbdbaf #afdbdb

Analogous Colors of #dbafdb

#dbafdb #dbafc5 #c5afdb

Monochromatic Colors of #dbafdb

#dbafdb

Complementary Color

#dbafdb #afdbaf

#dbafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafdb Color CSS Codes

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

#dbafdb Text Font Color

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

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


#dbafdb Background Color

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

This div background color is #dbafdb


#dbafdb Border Color

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

This div border color is #dbafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafdb


Comments

No comments written yet.

Please login to write comment.