Color Hex Logo

#db75ce Color Hex

#DB75CE
(219,117,206)
0 Favorites   0 Comments

Color spaces of #db75ce

RGB 219117206
HSL0.850.590.66
HSV308°47°86°
CMYK 0.000.470.06   0.14
XYZ46.715332.238962.1531
Yxy32.23890.33110.2285
Hunter Lab56.779347.4975-25.1559
CIE-Lab63.539851.7436-28.7692

#db75ce color RGB value is (219,117,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 11001110
Octal 333 165 316
Decimal 219 117 206
Hex DB 75 CE

RGB Percentages of Color #db75ce

%40.41
%21.59
%38.01

CMYK Percentages of Color #db75ce

%0
%47
%6
%14

Triadic Colors of #db75ce

#db75ce #cedb75 #75cedb

Analogous Colors of #db75ce

#db75ce #db759b #b575db

Monochromatic Colors of #db75ce

#db75ce

Complementary Color

#db75ce #75db82

#db75ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75ce Color CSS Codes

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

#db75ce Text Font Color

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

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


#db75ce Background Color

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

This div background color is #db75ce


#db75ce Border Color

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

This div border color is #db75ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75ce


Comments

No comments written yet.

Please login to write comment.