Color Hex Logo

#db8abd Color Hex

#DB8ABD
(219,138,189)
0 Favorites   0 Comments

Color spaces of #db8abd

RGB 219138189
HSL0.900.530.70
HSV322°37°86°
CMYK 0.000.370.14   0.14
XYZ47.487236.911252.7658
Yxy36.91120.34620.2691
Hunter Lab60.754633.1992-8.9656
CIE-Lab67.210438.0839-13.6283

#db8abd color RGB value is (219,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 10111101
Octal 333 212 275
Decimal 219 138 189
Hex DB 8A BD

RGB Percentages of Color #db8abd

%40.11
%25.27
%34.62

CMYK Percentages of Color #db8abd

%0
%37
%14
%14

Triadic Colors of #db8abd

#db8abd #bddb8a #8abddb

Analogous Colors of #db8abd

#db8abd #db8a95 #d18adb

Monochromatic Colors of #db8abd

#db8abd

Complementary Color

#db8abd #8adba8

#db8abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8abd Color CSS Codes

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

#db8abd Text Font Color

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

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


#db8abd Background Color

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

This div background color is #db8abd


#db8abd Border Color

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

This div border color is #db8abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8abd


Comments

No comments written yet.

Please login to write comment.