Color Hex Logo

#db75dc Color Hex

#DB75DC
(219,117,220)
0 Favorites   0 Comments

Color spaces of #db75dc

RGB 219117220
HSL0.830.600.66
HSV299°47°86°
CMYK 0.000.470.00   0.14
XYZ48.493032.950071.5143
Yxy32.95000.31700.2154
Hunter Lab57.402150.3423-33.6849
CIE-Lab64.120454.1842-35.7112

#db75dc color RGB value is (219,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 11011100
Octal 333 165 334
Decimal 219 117 220
Hex DB 75 DC

RGB Percentages of Color #db75dc

%39.39
%21.04
%39.57

CMYK Percentages of Color #db75dc

%0
%47
%0
%14

Triadic Colors of #db75dc

#db75dc #dcdb75 #75dcdb

Analogous Colors of #db75dc

#db75dc #dc75aa #a875dc

Monochromatic Colors of #db75dc

#db75dc

Complementary Color

#db75dc #76dc75

#db75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75dc Color CSS Codes

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

#db75dc Text Font Color

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

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


#db75dc Background Color

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

This div background color is #db75dc


#db75dc Border Color

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

This div border color is #db75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75dc


Comments

No comments written yet.

Please login to write comment.