Color Hex Logo

#f05fed Color Hex

#F05FED
(240,95,237)
0 Favorites   0 Comments

Color spaces of #f05fed

RGB 24095237
HSL0.840.830.66
HSV301°60°94°
CMYK 0.000.600.01   0.06
XYZ55.313532.824183.5411
Yxy32.82410.32220.1912
Hunter Lab57.292372.0732-46.3494
CIE-Lab64.018272.5404-45.1326

#f05fed color RGB value is (240,95,237).

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

The process color (four color CMYK) of #f05fed color hex is 0.00, 0.60, 0.01, 0.06. Web safe color of #f05fed is #ff66ff. Color #f05fed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011111 11101101
Octal 360 137 355
Decimal 240 95 237
Hex F0 5F ED

RGB Percentages of Color #f05fed

%41.96
%16.61
%41.43

CMYK Percentages of Color #f05fed

%0
%60
%1
%6

Triadic Colors of #f05fed

#f05fed #edf05f #5fedf0

Analogous Colors of #f05fed

#f05fed #f05fa5 #ab5ff0

Monochromatic Colors of #f05fed

#f05fed

Complementary Color

#f05fed #5ff062

#f05fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05fed Color CSS Codes

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

#f05fed Text Font Color

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

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


#f05fed Background Color

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

This div background color is #f05fed


#f05fed Border Color

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

This div border color is #f05fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05fed


Comments

No comments written yet.

Please login to write comment.