Color Hex Logo

#df98bf Color Hex

#DF98BF
(223,152,191)
0 Favorites   0 Comments

Color spaces of #df98bf

RGB 223152191
HSL0.910.530.74
HSV327°32°87°
CMYK 0.000.320.14   0.13
XYZ51.063641.906054.6875
Yxy41.90600.34580.2838
Hunter Lab64.734827.5169-4.7733
CIE-Lab70.806132.3052-9.3132

#df98bf color RGB value is (223,152,191).

#df98bf hex color red value is 223, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #df98bf hue: 0.91 , saturation: 0.53 and the lightness value of df98bf is 0.74.

The process color (four color CMYK) of #df98bf color hex is 0.00, 0.32, 0.14, 0.13. Web safe color of #df98bf is #cc99cc. Color #df98bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 10111111
Octal 337 230 277
Decimal 223 152 191
Hex DF 98 BF

RGB Percentages of Color #df98bf

%39.40
%26.86
%33.75

CMYK Percentages of Color #df98bf

%0
%32
%14
%13

Triadic Colors of #df98bf

#df98bf #bfdf98 #98bfdf

Analogous Colors of #df98bf

#df98bf #df989c #dc98df

Monochromatic Colors of #df98bf

#df98bf

Complementary Color

#df98bf #98dfb8

#df98bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df98bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df98bf Color CSS Codes

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

#df98bf Text Font Color

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

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


#df98bf Background Color

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

This div background color is #df98bf


#df98bf Border Color

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

This div border color is #df98bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df98bf


Comments

No comments written yet.

Please login to write comment.