Color Hex Logo

#d139ae Color Hex

#D139AE
(209,57,174)
0 Favorites   0 Comments

Color spaces of #d139ae

RGB 20957174
HSL0.870.620.52
HSV314°73°82°
CMYK 0.000.730.17   0.18
XYZ35.397619.537641.9499
Yxy19.53760.36540.2017
Hunter Lab44.201465.5951-25.3290
CIE-Lab51.310369.6035-29.4781

#d139ae color RGB value is (209,57,174).

#d139ae hex color red value is 209, green value is 57 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d139ae hue: 0.87 , saturation: 0.62 and the lightness value of d139ae is 0.52.

The process color (four color CMYK) of #d139ae color hex is 0.00, 0.73, 0.17, 0.18. Web safe color of #d139ae is #cc3399. Color #d139ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111001 10101110
Octal 321 71 256
Decimal 209 57 174
Hex D1 39 AE

RGB Percentages of Color #d139ae

%47.50
%12.95
%39.55

CMYK Percentages of Color #d139ae

%0
%73
%17
%18

Triadic Colors of #d139ae

#d139ae #aed139 #39aed1

Analogous Colors of #d139ae

#d139ae #d13962 #a839d1

Monochromatic Colors of #d139ae

#d139ae

Complementary Color

#d139ae #39d15c

#d139ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d139ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d139ae Color CSS Codes

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

#d139ae Text Font Color

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

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


#d139ae Background Color

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

This div background color is #d139ae


#d139ae Border Color

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

This div border color is #d139ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d139ae


Comments

No comments written yet.

Please login to write comment.