Color Hex Logo

#db75de Color Hex

#DB75DE
(219,117,222)
0 Favorites   0 Comments

Color spaces of #db75de

RGB 219117222
HSL0.830.610.66
HSV298°47°87°
CMYK 0.010.470.00   0.13
XYZ48.759533.056672.9179
Yxy33.05660.31510.2136
Hunter Lab57.494950.7639-34.9482
CIE-Lab64.206754.5427-36.6924

#db75de color RGB value is (219,117,222).

#db75de hex color red value is 219, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #db75de hue: 0.83 , saturation: 0.61 and the lightness value of db75de is 0.66.

The process color (four color CMYK) of #db75de color hex is 0.01, 0.47, 0.00, 0.13. Web safe color of #db75de is #cc66cc. Color #db75de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 11011110
Octal 333 165 336
Decimal 219 117 222
Hex DB 75 DE

RGB Percentages of Color #db75de

%39.25
%20.97
%39.78

CMYK Percentages of Color #db75de

%1
%47
%0
%13

Triadic Colors of #db75de

#db75de #dedb75 #75dedb

Analogous Colors of #db75de

#db75de #de75ad #a775de

Monochromatic Colors of #db75de

#db75de

Complementary Color

#db75de #78de75

#db75de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75de Color CSS Codes

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

#db75de Text Font Color

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

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


#db75de Background Color

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

This div background color is #db75de


#db75de Border Color

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

This div border color is #db75de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75de


Comments

No comments written yet.

Please login to write comment.