Color Hex Logo

#f53aee Color Hex

#F53AEE
(245,58,238)
0 Favorites   0 Comments

Color spaces of #f53aee

RGB 24558238
HSL0.840.900.59
HSV302°76°96°
CMYK 0.000.760.03   0.04
XYZ54.601928.611683.5337
Yxy28.61160.32750.1716
Hunter Lab53.489888.6040-55.1488
CIE-Lab60.437386.1776-51.3012

#f53aee color RGB value is (245,58,238).

#f53aee hex color red value is 245, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f53aee hue: 0.84 , saturation: 0.90 and the lightness value of f53aee is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111010 11101110
Octal 365 72 356
Decimal 245 58 238
Hex F5 3A EE

RGB Percentages of Color #f53aee

%45.29
%10.72
%43.99

CMYK Percentages of Color #f53aee

%0
%76
%3
%4

Triadic Colors of #f53aee

#f53aee #eef53a #3aeef5

Analogous Colors of #f53aee

#f53aee #f53a91 #9f3af5

Monochromatic Colors of #f53aee

#f53aee

Complementary Color

#f53aee #3af541

#f53aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53aee Color CSS Codes

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

#f53aee Text Font Color

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

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


#f53aee Background Color

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

This div background color is #f53aee


#f53aee Border Color

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

This div border color is #f53aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53aee


Comments

No comments written yet.

Please login to write comment.