Color Hex Logo

#db8adc Color Hex

#DB8ADC
(219,138,220)
0 Favorites   0 Comments

Color spaces of #db8adc

RGB 219138220
HSL0.830.540.70
HSV299°37°86°
CMYK 0.000.370.00   0.14
XYZ51.220238.404372.4233
Yxy38.40430.31610.2370
Hunter Lab61.971239.0835-25.9100
CIE-Lab68.317543.4466-29.2082

#db8adc color RGB value is (219,138,220).

#db8adc hex color red value is 219, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #db8adc hue: 0.83 , saturation: 0.54 and the lightness value of db8adc is 0.70.

The process color (four color CMYK) of #db8adc color hex is 0.00, 0.37, 0.00, 0.14. Web safe color of #db8adc is #cc99cc. Color #db8adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 11011100
Octal 333 212 334
Decimal 219 138 220
Hex DB 8A DC

RGB Percentages of Color #db8adc

%37.95
%23.92
%38.13

CMYK Percentages of Color #db8adc

%0
%37
%0
%14

Triadic Colors of #db8adc

#db8adc #dcdb8a #8adcdb

Analogous Colors of #db8adc

#db8adc #dc8ab4 #b28adc

Monochromatic Colors of #db8adc

#db8adc

Complementary Color

#db8adc #8bdc8a

#db8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8adc Color CSS Codes

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

#db8adc Text Font Color

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

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


#db8adc Background Color

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

This div background color is #db8adc


#db8adc Border Color

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

This div border color is #db8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8adc


Comments

No comments written yet.

Please login to write comment.