Color Hex Logo

#f098de Color Hex

#F098DE
(240,152,222)
0 Favorites   0 Comments

Color spaces of #f098de

RGB 240152222
HSL0.870.750.77
HSV312°37°94°
CMYK 0.000.370.08   0.06
XYZ60.348246.255774.8548
Yxy46.25570.33260.2549
Hunter Lab68.011539.3669-17.6476
CIE-Lab73.711143.0602-21.8412

#f098de color RGB value is (240,152,222).

#f098de hex color red value is 240, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f098de hue: 0.87 , saturation: 0.75 and the lightness value of f098de is 0.77.

The process color (four color CMYK) of #f098de color hex is 0.00, 0.37, 0.08, 0.06. Web safe color of #f098de is #ff99cc. Color #f098de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 11011110
Octal 360 230 336
Decimal 240 152 222
Hex F0 98 DE

RGB Percentages of Color #f098de

%39.09
%24.76
%36.16

CMYK Percentages of Color #f098de

%0
%37
%8
%6

Triadic Colors of #f098de

#f098de #def098 #98def0

Analogous Colors of #f098de

#f098de #f098b2 #d698f0

Monochromatic Colors of #f098de

#f098de

Complementary Color

#f098de #98f0aa

#f098de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f098de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f098de Color CSS Codes

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

#f098de Text Font Color

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

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


#f098de Background Color

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

This div background color is #f098de


#f098de Border Color

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

This div border color is #f098de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f098de


Comments

No comments written yet.

Please login to write comment.