Color Hex Logo

#f84aed Color Hex

#F84AED
(248,74,237)
0 Favorites   0 Comments

Color spaces of #f84aed

RGB 24874237
HSL0.840.930.63
HSV304°70°97°
CMYK 0.000.700.04   0.03
XYZ56.446230.968483.1232
Yxy30.96840.33100.1816
Hunter Lab55.649383.6701-49.6069
CIE-Lab62.480981.9969-47.4773

#f84aed color RGB value is (248,74,237).

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

The process color (four color CMYK) of #f84aed color hex is 0.00, 0.70, 0.04, 0.03. Web safe color of #f84aed is #ff33ff. Color #f84aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001010 11101101
Octal 370 112 355
Decimal 248 74 237
Hex F8 4A ED

RGB Percentages of Color #f84aed

%44.36
%13.24
%42.40

CMYK Percentages of Color #f84aed

%0
%70
%4
%3

Triadic Colors of #f84aed

#f84aed #edf84a #4aedf8

Analogous Colors of #f84aed

#f84aed #f84a96 #ac4af8

Monochromatic Colors of #f84aed

#f84aed

Complementary Color

#f84aed #4af855

#f84aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84aed Color CSS Codes

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

#f84aed Text Font Color

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

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


#f84aed Background Color

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

This div background color is #f84aed


#f84aed Border Color

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

This div border color is #f84aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84aed


Comments

No comments written yet.

Please login to write comment.