Color Hex Logo

#d098ab Color Hex

#D098AB
(208,152,171)
0 Favorites   0 Comments

Color spaces of #d098ab

RGB 208152171
HSL0.940.370.71
HSV340°27°82°
CMYK 0.000.270.18   0.18
XYZ44.591338.806643.6683
Yxy38.80660.35090.3054
Hunter Lab62.294918.75582.0446
CIE-Lab68.610923.8122-1.6100

#d098ab color RGB value is (208,152,171).

#d098ab hex color red value is 208, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d098ab hue: 0.94 , saturation: 0.37 and the lightness value of d098ab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 10101011
Octal 320 230 253
Decimal 208 152 171
Hex D0 98 AB

RGB Percentages of Color #d098ab

%39.17
%28.63
%32.20

CMYK Percentages of Color #d098ab

%0
%27
%18
%18

Triadic Colors of #d098ab

#d098ab #abd098 #98abd0

Analogous Colors of #d098ab

#d098ab #d0a198 #d098c7

Monochromatic Colors of #d098ab

#d098ab

Complementary Color

#d098ab #98d0bd

#d098ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d098ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d098ab Color CSS Codes

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

#d098ab Text Font Color

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

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


#d098ab Background Color

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

This div background color is #d098ab


#d098ab Border Color

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

This div border color is #d098ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d098ab


Comments

No comments written yet.

Please login to write comment.