Color Hex Logo

#d073ae Color Hex

#D073AE
(208,115,174)
0 Favorites   0 Comments

Color spaces of #d073ae

RGB 208115174
HSL0.890.500.63
HSV322°45°82°
CMYK 0.000.450.16   0.18
XYZ39.783128.727443.4925
Yxy28.72740.35520.2565
Hunter Lab53.597938.6953-10.5928
CIE-Lab60.540344.1009-15.3268

#d073ae color RGB value is (208,115,174).

#d073ae hex color red value is 208, green value is 115 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d073ae hue: 0.89 , saturation: 0.50 and the lightness value of d073ae is 0.63.

The process color (four color CMYK) of #d073ae color hex is 0.00, 0.45, 0.16, 0.18. Web safe color of #d073ae is #cc6699. Color #d073ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 10101110
Octal 320 163 256
Decimal 208 115 174
Hex D0 73 AE

RGB Percentages of Color #d073ae

%41.85
%23.14
%35.01

CMYK Percentages of Color #d073ae

%0
%45
%16
%18

Triadic Colors of #d073ae

#d073ae #aed073 #73aed0

Analogous Colors of #d073ae

#d073ae #d07380 #c473d0

Monochromatic Colors of #d073ae

#d073ae

Complementary Color

#d073ae #73d095

#d073ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073ae Color CSS Codes

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

#d073ae Text Font Color

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

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


#d073ae Background Color

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

This div background color is #d073ae


#d073ae Border Color

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

This div border color is #d073ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073ae


Comments

No comments written yet.

Please login to write comment.