Color Hex Logo

#d095ae Color Hex

#D095AE
(208,149,174)
0 Favorites   0 Comments

Color spaces of #d095ae

RGB 208149174
HSL0.930.390.70
HSV335°28°82°
CMYK 0.000.280.16   0.18
XYZ44.399937.960845.0314
Yxy37.96080.34850.2980
Hunter Lab61.612320.8115-0.2054
CIE-Lab67.991725.9246-4.1966

#d095ae color RGB value is (208,149,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 10101110
Octal 320 225 256
Decimal 208 149 174
Hex D0 95 AE

RGB Percentages of Color #d095ae

%39.17
%28.06
%32.77

CMYK Percentages of Color #d095ae

%0
%28
%16
%18

Triadic Colors of #d095ae

#d095ae #aed095 #95aed0

Analogous Colors of #d095ae

#d095ae #d09a95 #d095cc

Monochromatic Colors of #d095ae

#d095ae

Complementary Color

#d095ae #95d0b7

#d095ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095ae Color CSS Codes

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

#d095ae Text Font Color

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

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


#d095ae Background Color

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

This div background color is #d095ae


#d095ae Border Color

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

This div border color is #d095ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095ae


Comments

No comments written yet.

Please login to write comment.