Color Hex Logo

#f83aea Color Hex

#F83AEA
(248,58,234)
0 Favorites   0 Comments

Color spaces of #f83aea

RGB 24858234
HSL0.850.930.60
HSV304°77°97°
CMYK 0.000.770.06   0.03
XYZ55.075728.923180.5218
Yxy28.92310.33480.1758
Hunter Lab53.780288.6845-51.1251
CIE-Lab60.713786.1850-48.5972

#f83aea color RGB value is (248,58,234).

#f83aea hex color red value is 248, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f83aea hue: 0.85 , saturation: 0.93 and the lightness value of f83aea is 0.60.

The process color (four color CMYK) of #f83aea color hex is 0.00, 0.77, 0.06, 0.03. Web safe color of #f83aea is #ff33ff. Color #f83aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111010 11101010
Octal 370 72 352
Decimal 248 58 234
Hex F8 3A EA

RGB Percentages of Color #f83aea

%45.93
%10.74
%43.33

CMYK Percentages of Color #f83aea

%0
%77
%6
%3

Triadic Colors of #f83aea

#f83aea #eaf83a #3aeaf8

Analogous Colors of #f83aea

#f83aea #f83a8b #a73af8

Monochromatic Colors of #f83aea

#f83aea

Complementary Color

#f83aea #3af848

#f83aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83aea Color CSS Codes

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

#f83aea Text Font Color

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

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


#f83aea Background Color

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

This div background color is #f83aea


#f83aea Border Color

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

This div border color is #f83aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,58,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f83aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83aea


Comments

No comments written yet.

Please login to write comment.