Color Hex Logo

#d081ae Color Hex

#D081AE
(208,129,174)
0 Favorites   0 Comments

Color spaces of #d081ae

RGB 208129174
HSL0.910.460.66
HSV326°38°82°
CMYK 0.000.380.16   0.18
XYZ41.502732.166444.0657
Yxy32.16640.35250.2732
Hunter Lab56.715431.3691-6.3652
CIE-Lab63.480236.7420-10.9022

#d081ae color RGB value is (208,129,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 10101110
Octal 320 201 256
Decimal 208 129 174
Hex D0 81 AE

RGB Percentages of Color #d081ae

%40.70
%25.24
%34.05

CMYK Percentages of Color #d081ae

%0
%38
%16
%18

Triadic Colors of #d081ae

#d081ae #aed081 #81aed0

Analogous Colors of #d081ae

#d081ae #d08187 #cb81d0

Monochromatic Colors of #d081ae

#d081ae

Complementary Color

#d081ae #81d0a3

#d081ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081ae Color CSS Codes

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

#d081ae Text Font Color

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

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


#d081ae Background Color

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

This div background color is #d081ae


#d081ae Border Color

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

This div border color is #d081ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081ae


Comments

No comments written yet.

Please login to write comment.