Color Hex Logo

#f898dd Color Hex

#F898DD
(248,152,221)
0 Favorites   0 Comments

Color spaces of #f898dd

RGB 248152221
HSL0.880.870.78
HSV317°39°97°
CMYK 0.000.390.11   0.03
XYZ62.990847.633474.2808
Yxy47.63340.34070.2576
Hunter Lab69.017042.1348-15.5001
CIE-Lab74.593145.4419-19.8683

#f898dd color RGB value is (248,152,221).

#f898dd hex color red value is 248, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f898dd hue: 0.88 , saturation: 0.87 and the lightness value of f898dd is 0.78.

The process color (four color CMYK) of #f898dd color hex is 0.00, 0.39, 0.11, 0.03. Web safe color of #f898dd is #ff99cc. Color #f898dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011000 11011101
Octal 370 230 335
Decimal 248 152 221
Hex F8 98 DD

RGB Percentages of Color #f898dd

%39.94
%24.48
%35.59

CMYK Percentages of Color #f898dd

%0
%39
%11
%3

Triadic Colors of #f898dd

#f898dd #ddf898 #98ddf8

Analogous Colors of #f898dd

#f898dd #f898ad #e398f8

Monochromatic Colors of #f898dd

#f898dd

Complementary Color

#f898dd #98f8b3

#f898dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f898dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f898dd Color CSS Codes

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

#f898dd Text Font Color

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

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


#f898dd Background Color

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

This div background color is #f898dd


#f898dd Border Color

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

This div border color is #f898dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f898dd


Comments

No comments written yet.

Please login to write comment.