Color Hex Logo

#db93ed Color Hex

#DB93ED
(219,147,237)
0 Favorites   0 Comments

Color spaces of #db93ed

RGB 219147237
HSL0.800.710.75
HSV288°38°93°
CMYK 0.080.380.00   0.07
XYZ54.933242.041985.3404
Yxy42.04190.30130.2306
Hunter Lab64.839737.7584-32.6482
CIE-Lab70.899841.9196-34.5730

#db93ed color RGB value is (219,147,237).

#db93ed hex color red value is 219, green value is 147 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db93ed hue: 0.80 , saturation: 0.71 and the lightness value of db93ed is 0.75.

The process color (four color CMYK) of #db93ed color hex is 0.08, 0.38, 0.00, 0.07. Web safe color of #db93ed is #cc99ff. Color #db93ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 11101101
Octal 333 223 355
Decimal 219 147 237
Hex DB 93 ED

RGB Percentages of Color #db93ed

%36.32
%24.38
%39.30

CMYK Percentages of Color #db93ed

%8
%38
%0
%7

Triadic Colors of #db93ed

#db93ed #eddb93 #93eddb

Analogous Colors of #db93ed

#db93ed #ed93d2 #ae93ed

Monochromatic Colors of #db93ed

#db93ed

Complementary Color

#db93ed #a5ed93

#db93ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db93ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db93ed Color CSS Codes

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

#db93ed Text Font Color

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

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


#db93ed Background Color

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

This div background color is #db93ed


#db93ed Border Color

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

This div border color is #db93ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db93ed


Comments

No comments written yet.

Please login to write comment.