Color Hex Logo

#db94dd Color Hex

#DB94DD
(219,148,221)
0 Favorites   0 Comments

Color spaces of #db94dd

RGB 219148221
HSL0.830.520.72
HSV298°33°87°
CMYK 0.010.330.00   0.13
XYZ52.854541.460373.6235
Yxy41.46030.31470.2469
Hunter Lab64.389733.8405-22.7197
CIE-Lab70.497238.3338-26.4093

#db94dd color RGB value is (219,148,221).

#db94dd hex color red value is 219, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db94dd hue: 0.83 , saturation: 0.52 and the lightness value of db94dd is 0.72.

The process color (four color CMYK) of #db94dd color hex is 0.01, 0.33, 0.00, 0.13. Web safe color of #db94dd is #cc99cc. Color #db94dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 11011101
Octal 333 224 335
Decimal 219 148 221
Hex DB 94 DD

RGB Percentages of Color #db94dd

%37.24
%25.17
%37.59

CMYK Percentages of Color #db94dd

%1
%33
%0
%13

Triadic Colors of #db94dd

#db94dd #dddb94 #94dddb

Analogous Colors of #db94dd

#db94dd #dd94bb #b794dd

Monochromatic Colors of #db94dd

#db94dd

Complementary Color

#db94dd #96dd94

#db94dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db94dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db94dd Color CSS Codes

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

#db94dd Text Font Color

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

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


#db94dd Background Color

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

This div background color is #db94dd


#db94dd Border Color

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

This div border color is #db94dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db94dd


Comments

No comments written yet.

Please login to write comment.