Color Hex Logo

#db93c7 Color Hex

#DB93C7
(219,147,199)
0 Favorites   0 Comments

Color spaces of #db93c7

RGB 219147199
HSL0.880.500.72
HSV317°33°86°
CMYK 0.000.330.09   0.14
XYZ49.955940.051059.1305
Yxy40.05100.33500.2686
Hunter Lab63.285930.1521-11.0969
CIE-Lab69.505834.9489-15.7487

#db93c7 color RGB value is (219,147,199).

#db93c7 hex color red value is 219, green value is 147 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #db93c7 hue: 0.88 , saturation: 0.50 and the lightness value of db93c7 is 0.72.

The process color (four color CMYK) of #db93c7 color hex is 0.00, 0.33, 0.09, 0.14. Web safe color of #db93c7 is #cc99cc. Color #db93c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 11000111
Octal 333 223 307
Decimal 219 147 199
Hex DB 93 C7

RGB Percentages of Color #db93c7

%38.76
%26.02
%35.22

CMYK Percentages of Color #db93c7

%0
%33
%9
%14

Triadic Colors of #db93c7

#db93c7 #c7db93 #93c7db

Analogous Colors of #db93c7

#db93c7 #db93a3 #cb93db

Monochromatic Colors of #db93c7

#db93c7

Complementary Color

#db93c7 #93dba7

#db93c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db93c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db93c7 Color CSS Codes

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

#db93c7 Text Font Color

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

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


#db93c7 Background Color

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

This div background color is #db93c7


#db93c7 Border Color

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

This div border color is #db93c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db93c7


Comments

No comments written yet.

Please login to write comment.