Color Hex Logo

#f01fed Color Hex

#F01FED
(240,31,237)
0 Favorites   0 Comments

Color spaces of #f01fed

RGB 24031237
HSL0.840.870.53
HSV301°87°94°
CMYK 0.000.870.01   0.06
XYZ51.711225.619782.3404
Yxy25.61970.32390.1605
Hunter Lab50.615993.7848-61.0200
CIE-Lab57.674390.6187-55.1890

#f01fed color RGB value is (240,31,237).

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

The process color (four color CMYK) of #f01fed color hex is 0.00, 0.87, 0.01, 0.06. Web safe color of #f01fed is #ff33ff. Color #f01fed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011111 11101101
Octal 360 37 355
Decimal 240 31 237
Hex F0 1F ED

RGB Percentages of Color #f01fed

%47.24
%6.10
%46.65

CMYK Percentages of Color #f01fed

%0
%87
%1
%6

Triadic Colors of #f01fed

#f01fed #edf01f #1fedf0

Analogous Colors of #f01fed

#f01fed #f01f85 #8b1ff0

Monochromatic Colors of #f01fed

#f01fed

Complementary Color

#f01fed #1ff022

#f01fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01fed Color CSS Codes

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

#f01fed Text Font Color

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

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


#f01fed Background Color

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

This div background color is #f01fed


#f01fed Border Color

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

This div border color is #f01fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01fed


Comments

No comments written yet.

Please login to write comment.