Color Hex Logo

#f24aed Color Hex

#F24AED
(242,74,237)
0 Favorites   0 Comments

Color spaces of #f24aed

RGB 24274237
HSL0.840.870.62
HSV302°69°95°
CMYK 0.000.690.02   0.05
XYZ54.352829.889283.0253
Yxy29.88920.32490.1787
Hunter Lab54.671081.7868-51.7701
CIE-Lab61.558580.7118-48.9959

#f24aed color RGB value is (242,74,237).

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

The process color (four color CMYK) of #f24aed color hex is 0.00, 0.69, 0.02, 0.05. Web safe color of #f24aed is #ff33ff. Color #f24aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001010 11101101
Octal 362 112 355
Decimal 242 74 237
Hex F2 4A ED

RGB Percentages of Color #f24aed

%43.76
%13.38
%42.86

CMYK Percentages of Color #f24aed

%0
%69
%2
%5

Triadic Colors of #f24aed

#f24aed #edf24a #4aedf2

Analogous Colors of #f24aed

#f24aed #f24a99 #a34af2

Monochromatic Colors of #f24aed

#f24aed

Complementary Color

#f24aed #4af24f

#f24aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24aed Color CSS Codes

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

#f24aed Text Font Color

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

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


#f24aed Background Color

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

This div background color is #f24aed


#f24aed Border Color

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

This div border color is #f24aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24aed


Comments

No comments written yet.

Please login to write comment.