Color Hex Logo

#db39ae Color Hex

#DB39AE
(219,57,174)
0 Favorites   0 Comments

Color spaces of #db39ae

RGB 21957174
HSL0.880.690.54
HSV317°74°86°
CMYK 0.000.740.21   0.14
XYZ38.316521.042342.0865
Yxy21.04230.37770.2074
Hunter Lab45.871968.8241-22.2870
CIE-Lab52.995871.9667-26.7299

#db39ae color RGB value is (219,57,174).

#db39ae hex color red value is 219, green value is 57 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db39ae hue: 0.88 , saturation: 0.69 and the lightness value of db39ae is 0.54.

The process color (four color CMYK) of #db39ae color hex is 0.00, 0.74, 0.21, 0.14. Web safe color of #db39ae is #cc3399. Color #db39ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 10101110
Octal 333 71 256
Decimal 219 57 174
Hex DB 39 AE

RGB Percentages of Color #db39ae

%48.67
%12.67
%38.67

CMYK Percentages of Color #db39ae

%0
%74
%21
%14

Triadic Colors of #db39ae

#db39ae #aedb39 #39aedb

Analogous Colors of #db39ae

#db39ae #db395d #b739db

Monochromatic Colors of #db39ae

#db39ae

Complementary Color

#db39ae #39db66

#db39ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db39ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db39ae Color CSS Codes

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

#db39ae Text Font Color

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

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


#db39ae Background Color

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

This div background color is #db39ae


#db39ae Border Color

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

This div border color is #db39ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db39ae


Comments

No comments written yet.

Please login to write comment.