Color Hex Logo

#d037ae Color Hex

#D037AE
(208,55,174)
0 Favorites   0 Comments

Color spaces of #d037ae

RGB 20855174
HSL0.870.620.52
HSV313°74°82°
CMYK 0.000.740.16   0.18
XYZ35.018619.198341.9043
Yxy19.19830.36430.1997
Hunter Lab43.815965.9834-26.0322
CIE-Lab50.918470.0044-30.1011

#d037ae color RGB value is (208,55,174).

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

The process color (four color CMYK) of #d037ae color hex is 0.00, 0.74, 0.16, 0.18. Web safe color of #d037ae is #cc3399. Color #d037ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110111 10101110
Octal 320 67 256
Decimal 208 55 174
Hex D0 37 AE

RGB Percentages of Color #d037ae

%47.60
%12.59
%39.82

CMYK Percentages of Color #d037ae

%0
%74
%16
%18

Triadic Colors of #d037ae

#d037ae #aed037 #37aed0

Analogous Colors of #d037ae

#d037ae #d03762 #a637d0

Monochromatic Colors of #d037ae

#d037ae

Complementary Color

#d037ae #37d059

#d037ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d037ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d037ae Color CSS Codes

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

#d037ae Text Font Color

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

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


#d037ae Background Color

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

This div background color is #d037ae


#d037ae Border Color

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

This div border color is #d037ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d037ae


Comments

No comments written yet.

Please login to write comment.