Color Hex Logo

#d094af Color Hex

#D094AF
(208,148,175)
0 Favorites   0 Comments

Color spaces of #d094af

RGB 208148175
HSL0.930.390.70
HSV333°29°82°
CMYK 0.000.290.16   0.18
XYZ44.340237.684945.4944
Yxy37.68490.34770.2955
Hunter Lab61.388021.5004-0.9679
CIE-Lab67.787726.6299-5.0572

#d094af color RGB value is (208,148,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010100 10101111
Octal 320 224 257
Decimal 208 148 175
Hex D0 94 AF

RGB Percentages of Color #d094af

%39.17
%27.87
%32.96

CMYK Percentages of Color #d094af

%0
%29
%16
%18

Triadic Colors of #d094af

#d094af #afd094 #94afd0

Analogous Colors of #d094af

#d094af #d09794 #d094cd

Monochromatic Colors of #d094af

#d094af

Complementary Color

#d094af #94d0b5

#d094af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d094af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d094af Color CSS Codes

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

#d094af Text Font Color

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

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


#d094af Background Color

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

This div background color is #d094af


#d094af Border Color

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

This div border color is #d094af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,148,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d094af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d094af


Comments

No comments written yet.

Please login to write comment.