Color Hex Logo

#d085ae Color Hex

#D085AE
(208,133,174)
0 Favorites   0 Comments

Color spaces of #d085ae

RGB 208133174
HSL0.910.440.67
HSV327°36°82°
CMYK 0.000.360.16   0.18
XYZ42.039933.240944.2448
Yxy33.24090.35170.2781
Hunter Lab57.654929.2597-5.1411
CIE-Lab64.355534.5987-9.5932

#d085ae color RGB value is (208,133,174).

#d085ae hex color red value is 208, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d085ae hue: 0.91 , saturation: 0.44 and the lightness value of d085ae is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 10101110
Octal 320 205 256
Decimal 208 133 174
Hex D0 85 AE

RGB Percentages of Color #d085ae

%40.39
%25.83
%33.79

CMYK Percentages of Color #d085ae

%0
%36
%16
%18

Triadic Colors of #d085ae

#d085ae #aed085 #85aed0

Analogous Colors of #d085ae

#d085ae #d08589 #cd85d0

Monochromatic Colors of #d085ae

#d085ae

Complementary Color

#d085ae #85d0a7

#d085ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085ae Color CSS Codes

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

#d085ae Text Font Color

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

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


#d085ae Background Color

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

This div background color is #d085ae


#d085ae Border Color

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

This div border color is #d085ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085ae


Comments

No comments written yet.

Please login to write comment.