Color Hex Logo

#db0fae Color Hex

#DB0FAE
(219,15,174)
0 Favorites   0 Comments

Color spaces of #db0fae

RGB 21915174
HSL0.870.870.46
HSV313°93°86°
CMYK 0.000.930.21   0.14
XYZ37.024218.457741.6557
Yxy18.45770.38120.1900
Hunter Lab42.962478.6437-27.4130
CIE-Lab50.046680.4785-31.3159

#db0fae color RGB value is (219,15,174).

#db0fae hex color red value is 219, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db0fae hue: 0.87 , saturation: 0.87 and the lightness value of db0fae is 0.46.

The process color (four color CMYK) of #db0fae color hex is 0.00, 0.93, 0.21, 0.14. Web safe color of #db0fae is #cc0099. Color #db0fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001111 10101110
Octal 333 17 256
Decimal 219 15 174
Hex DB F AE

RGB Percentages of Color #db0fae

%53.68
%3.68
%42.65

CMYK Percentages of Color #db0fae

%0
%93
%21
%14

Triadic Colors of #db0fae

#db0fae #aedb0f #0faedb

Analogous Colors of #db0fae

#db0fae #db0f48 #a20fdb

Monochromatic Colors of #db0fae

#db0fae

Complementary Color

#db0fae #0fdb3c

#db0fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0fae Color CSS Codes

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

#db0fae Text Font Color

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

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


#db0fae Background Color

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

This div background color is #db0fae


#db0fae Border Color

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

This div border color is #db0fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0fae


Comments

No comments written yet.

Please login to write comment.