Color Hex Logo

#d098bf Color Hex

#D098BF
(208,152,191)
0 Favorites   0 Comments

Color spaces of #d098bf

RGB 208152191
HSL0.880.370.71
HSV318°27°82°
CMYK 0.000.270.08   0.18
XYZ46.644639.628054.4807
Yxy39.62800.33140.2815
Hunter Lab62.950822.0992-7.2469
CIE-Lab69.203727.1310-11.8752

#d098bf color RGB value is (208,152,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 10111111
Octal 320 230 277
Decimal 208 152 191
Hex D0 98 BF

RGB Percentages of Color #d098bf

%37.75
%27.59
%34.66

CMYK Percentages of Color #d098bf

%0
%27
%8
%18

Triadic Colors of #d098bf

#d098bf #bfd098 #98bfd0

Analogous Colors of #d098bf

#d098bf #d098a3 #c598d0

Monochromatic Colors of #d098bf

#d098bf

Complementary Color

#d098bf #98d0a9

#d098bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d098bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d098bf Color CSS Codes

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

#d098bf Text Font Color

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

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


#d098bf Background Color

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

This div background color is #d098bf


#d098bf Border Color

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

This div border color is #d098bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d098bf


Comments

No comments written yet.

Please login to write comment.