Color Hex Logo

#f098e5 Color Hex

#F098E5
(240,152,229)
0 Favorites   0 Comments

Color spaces of #f098e5

RGB 240152229
HSL0.850.750.77
HSV308°37°94°
CMYK 0.000.370.05   0.06
XYZ61.306346.638979.8998
Yxy46.63890.32640.2483
Hunter Lab68.292740.7272-21.5621
CIE-Lab73.958244.2576-25.2949

#f098e5 color RGB value is (240,152,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 11100101
Octal 360 230 345
Decimal 240 152 229
Hex F0 98 E5

RGB Percentages of Color #f098e5

%38.65
%24.48
%36.88

CMYK Percentages of Color #f098e5

%0
%37
%5
%6

Triadic Colors of #f098e5

#f098e5 #e5f098 #98e5f0

Analogous Colors of #f098e5

#f098e5 #f098b9 #cf98f0

Monochromatic Colors of #f098e5

#f098e5

Complementary Color

#f098e5 #98f0a3

#f098e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f098e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f098e5 Color CSS Codes

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

#f098e5 Text Font Color

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

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


#f098e5 Background Color

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

This div background color is #f098e5


#f098e5 Border Color

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

This div border color is #f098e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f098e5


Comments

No comments written yet.

Please login to write comment.