Color Hex Logo

#d093ae Color Hex

#D093AE
(208,147,174)
0 Favorites   0 Comments

Color spaces of #d093ae

RGB 208147174
HSL0.930.390.70
HSV333°29°82°
CMYK 0.000.290.16   0.18
XYZ44.086137.333344.9269
Yxy37.33330.34890.2955
Hunter Lab61.101021.8661-0.8246
CIE-Lab67.526327.0144-4.8836

#d093ae color RGB value is (208,147,174).

#d093ae hex color red value is 208, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d093ae hue: 0.93 , saturation: 0.39 and the lightness value of d093ae is 0.70.

The process color (four color CMYK) of #d093ae color hex is 0.00, 0.29, 0.16, 0.18. Web safe color of #d093ae is #cc9999. Color #d093ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 10101110
Octal 320 223 256
Decimal 208 147 174
Hex D0 93 AE

RGB Percentages of Color #d093ae

%39.32
%27.79
%32.89

CMYK Percentages of Color #d093ae

%0
%29
%16
%18

Triadic Colors of #d093ae

#d093ae #aed093 #93aed0

Analogous Colors of #d093ae

#d093ae #d09793 #d093cd

Monochromatic Colors of #d093ae

#d093ae

Complementary Color

#d093ae #93d0b5

#d093ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093ae Color CSS Codes

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

#d093ae Text Font Color

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

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


#d093ae Background Color

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

This div background color is #d093ae


#d093ae Border Color

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

This div border color is #d093ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093ae


Comments

No comments written yet.

Please login to write comment.