Color Hex Logo

#f53eef Color Hex

#F53EEF
(245,62,239)
0 Favorites   0 Comments

Color spaces of #f53eef

RGB 24562239
HSL0.840.900.60
HSV302°75°96°
CMYK 0.000.750.02   0.04
XYZ54.958829.089784.3796
Yxy29.08970.32630.1727
Hunter Lab53.934987.5027-55.0031
CIE-Lab60.860785.2562-51.1872

#f53eef color RGB value is (245,62,239).

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

The process color (four color CMYK) of #f53eef color hex is 0.00, 0.75, 0.02, 0.04. Web safe color of #f53eef is #ff33ff. Color #f53eef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111110 11101111
Octal 365 76 357
Decimal 245 62 239
Hex F5 3E EF

RGB Percentages of Color #f53eef

%44.87
%11.36
%43.77

CMYK Percentages of Color #f53eef

%0
%75
%2
%4

Triadic Colors of #f53eef

#f53eef #eff53e #3eeff5

Analogous Colors of #f53eef

#f53eef #f53e94 #a03ef5

Monochromatic Colors of #f53eef

#f53eef

Complementary Color

#f53eef #3ef544

#f53eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53eef Color CSS Codes

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

#f53eef Text Font Color

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

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


#f53eef Background Color

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

This div background color is #f53eef


#f53eef Border Color

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

This div border color is #f53eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53eef


Comments

No comments written yet.

Please login to write comment.