Color Hex Logo

#db73ce Color Hex

#DB73CE
(219,115,206)
0 Favorites   0 Comments

Color spaces of #db73ce

RGB 219115206
HSL0.850.590.65
HSV308°47°86°
CMYK 0.000.470.06   0.14
XYZ46.484731.777862.0762
Yxy31.77780.33120.2264
Hunter Lab56.371848.5421-25.8294
CIE-Lab63.158852.7356-29.3577

#db73ce color RGB value is (219,115,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 11001110
Octal 333 163 316
Decimal 219 115 206
Hex DB 73 CE

RGB Percentages of Color #db73ce

%40.56
%21.30
%38.15

CMYK Percentages of Color #db73ce

%0
%47
%6
%14

Triadic Colors of #db73ce

#db73ce #cedb73 #73cedb

Analogous Colors of #db73ce

#db73ce #db739a #b473db

Monochromatic Colors of #db73ce

#db73ce

Complementary Color

#db73ce #73db80

#db73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db73ce Color CSS Codes

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

#db73ce Text Font Color

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

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


#db73ce Background Color

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

This div background color is #db73ce


#db73ce Border Color

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

This div border color is #db73ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,115,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 #db73ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db73ce


Comments

No comments written yet.

Please login to write comment.