color codes Logo

#db93dd color codes

#DB93DD
(219,147,221)
0 Favorites   0 Comments

Color spaces of #db93dd

RGB 219147221
HSL0.830.520.72
HSV298°33°87°
CMYK 0.010.330.00   0.13
XYZ52.698341.148073.5715
Yxy41.14800.31480.2458
Hunter Lab64.146734.3860-23.0985
CIE-Lab70.279538.8668-26.7434

#db93dd color RGB value is (219,147,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 11011101
Octal 333 223 335
Decimal 219 147 221
Hex DB 93 DD

RGB Percentages of Color #db93dd

%37.31
%25.04
%37.65

CMYK Percentages of Color #db93dd

%1
%33
%0
%13

Triadic Colors of #db93dd

#db93dd #dddb93 #93dddb

Analogous Colors of #db93dd

#db93dd #dd93ba #b693dd

Monochromatic Colors of #db93dd

#db93dd

Complementary Color

#db93dd #95dd93

#db93dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db93dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db93dd Color CSS Codes

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

#db93dd Text Font Color

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

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


#db93dd Background Color

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

This div background color is #db93dd


#db93dd Border Color

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

This div border color is #db93dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,147,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 #db93dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db93dd


Comments

No comments written yet.

Please login to write comment.