Color Hex Logo

#f524ef Color Hex

#F524EF
(245,36,239)
0 Favorites   0 Comments

Color spaces of #f524ef

RGB 24536239
HSL0.840.910.55
HSV302°85°96°
CMYK 0.000.850.02   0.04
XYZ53.867126.906284.0157
Yxy26.90620.32690.1633
Hunter Lab51.871294.5938-59.7221
CIE-Lab58.887490.9852-54.3249

#f524ef color RGB value is (245,36,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100100 11101111
Octal 365 44 357
Decimal 245 36 239
Hex F5 24 EF

RGB Percentages of Color #f524ef

%47.12
%6.92
%45.96

CMYK Percentages of Color #f524ef

%0
%85
%2
%4

Triadic Colors of #f524ef

#f524ef #eff524 #24eff5

Analogous Colors of #f524ef

#f524ef #f52487 #9324f5

Monochromatic Colors of #f524ef

#f524ef

Complementary Color

#f524ef #24f52a

#f524ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f524ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f524ef Color CSS Codes

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

#f524ef Text Font Color

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

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


#f524ef Background Color

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

This div background color is #f524ef


#f524ef Border Color

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

This div border color is #f524ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f524ef


Comments

No comments written yet.

Please login to write comment.