Color Hex Logo

#f52fef Color Hex

#F52FEF
(245,47,239)
0 Favorites   0 Comments

Color spaces of #f52fef

RGB 24547239
HSL0.840.910.57
HSV302°81°96°
CMYK 0.000.810.02   0.04
XYZ54.252727.677584.1442
Yxy27.67750.32670.1667
Hunter Lab52.609492.0091-58.0026
CIE-Lab59.596388.9148-53.1963

#f52fef color RGB value is (245,47,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101111 11101111
Octal 365 57 357
Decimal 245 47 239
Hex F5 2F EF

RGB Percentages of Color #f52fef

%46.14
%8.85
%45.01

CMYK Percentages of Color #f52fef

%0
%81
%2
%4

Triadic Colors of #f52fef

#f52fef #eff52f #2feff5

Analogous Colors of #f52fef

#f52fef #f52f8c #982ff5

Monochromatic Colors of #f52fef

#f52fef

Complementary Color

#f52fef #2ff535

#f52fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52fef Color CSS Codes

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

#f52fef Text Font Color

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

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


#f52fef Background Color

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

This div background color is #f52fef


#f52fef Border Color

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

This div border color is #f52fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52fef


Comments

No comments written yet.

Please login to write comment.