Color Hex Logo

#f01aed Color Hex

#F01AED
(240,26,237)
0 Favorites   0 Comments

Color spaces of #f01aed

RGB 24026237
HSL0.840.880.52
HSV301°89°94°
CMYK 0.000.890.01   0.06
XYZ51.590625.378582.3002
Yxy25.37850.32390.1593
Hunter Lab50.377194.6400-61.5971
CIE-Lab57.442491.3009-55.5593

#f01aed color RGB value is (240,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011010 11101101
Octal 360 32 355
Decimal 240 26 237
Hex F0 1A ED

RGB Percentages of Color #f01aed

%47.71
%5.17
%47.12

CMYK Percentages of Color #f01aed

%0
%89
%1
%6

Triadic Colors of #f01aed

#f01aed #edf01a #1aedf0

Analogous Colors of #f01aed

#f01aed #f01a82 #881af0

Monochromatic Colors of #f01aed

#f01aed

Complementary Color

#f01aed #1af01d

#f01aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01aed Color CSS Codes

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

#f01aed Text Font Color

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

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


#f01aed Background Color

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

This div background color is #f01aed


#f01aed Border Color

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

This div border color is #f01aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01aed


Comments

No comments written yet.

Please login to write comment.