Color Hex Logo

#f096ed Color Hex

#F096ED
(240,150,237)
0 Favorites   0 Comments

Color spaces of #f096ed

RGB 240150237
HSL0.840.750.76
HSV302°38°94°
CMYK 0.000.380.01   0.06
XYZ62.127646.452485.8125
Yxy46.45240.31960.2390
Hunter Lab68.156043.4387-26.9405
CIE-Lab73.838146.6957-29.8463

#f096ed color RGB value is (240,150,237).

#f096ed hex color red value is 240, green value is 150 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f096ed hue: 0.84 , saturation: 0.75 and the lightness value of f096ed is 0.76.

The process color (four color CMYK) of #f096ed color hex is 0.00, 0.38, 0.01, 0.06. Web safe color of #f096ed is #ff99ff. Color #f096ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010110 11101101
Octal 360 226 355
Decimal 240 150 237
Hex F0 96 ED

RGB Percentages of Color #f096ed

%38.28
%23.92
%37.80

CMYK Percentages of Color #f096ed

%0
%38
%1
%6

Triadic Colors of #f096ed

#f096ed #edf096 #96edf0

Analogous Colors of #f096ed

#f096ed #f096c0 #c696f0

Monochromatic Colors of #f096ed

#f096ed

Complementary Color

#f096ed #96f099

#f096ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f096ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f096ed Color CSS Codes

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

#f096ed Text Font Color

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

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


#f096ed Background Color

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

This div background color is #f096ed


#f096ed Border Color

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

This div border color is #f096ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f096ed


Comments

No comments written yet.

Please login to write comment.