Color Hex Logo

#db7dee Color Hex

#DB7DEE
(219,125,238)
0 Favorites   0 Comments

Color spaces of #db7dee

RGB 219125238
HSL0.810.770.71
HSV290°47°93°
CMYK 0.080.470.00   0.07
XYZ51.979635.900385.0788
Yxy35.90030.30050.2076
Hunter Lab59.916949.9994-42.2469
CIE-Lab66.443753.5246-42.0674

#db7dee color RGB value is (219,125,238).

#db7dee hex color red value is 219, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #db7dee hue: 0.81 , saturation: 0.77 and the lightness value of db7dee is 0.71.

The process color (four color CMYK) of #db7dee color hex is 0.08, 0.47, 0.00, 0.07. Web safe color of #db7dee is #cc66ff. Color #db7dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111101 11101110
Octal 333 175 356
Decimal 219 125 238
Hex DB 7D EE

RGB Percentages of Color #db7dee

%37.63
%21.48
%40.89

CMYK Percentages of Color #db7dee

%8
%47
%0
%7

Triadic Colors of #db7dee

#db7dee #eedb7d #7deedb

Analogous Colors of #db7dee

#db7dee #ee7dc9 #a37dee

Monochromatic Colors of #db7dee

#db7dee

Complementary Color

#db7dee #90ee7d

#db7dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7dee Color CSS Codes

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

#db7dee Text Font Color

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

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


#db7dee Background Color

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

This div background color is #db7dee


#db7dee Border Color

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

This div border color is #db7dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7dee


Comments

No comments written yet.

Please login to write comment.