Color Hex Logo

#f520ea Color Hex

#F520EA
(245,32,234)
0 Favorites   0 Comments

Color spaces of #f520ea

RGB 24532234
HSL0.840.910.54
HSV303°87°96°
CMYK 0.000.870.04   0.04
XYZ53.024026.386080.1402
Yxy26.38600.33230.1654
Hunter Lab51.367394.3642-56.5436
CIE-Lab58.401690.9090-52.2973

#f520ea color RGB value is (245,32,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100000 11101010
Octal 365 40 352
Decimal 245 32 234
Hex F5 20 EA

RGB Percentages of Color #f520ea

%47.95
%6.26
%45.79

CMYK Percentages of Color #f520ea

%0
%87
%4
%4

Triadic Colors of #f520ea

#f520ea #eaf520 #20eaf5

Analogous Colors of #f520ea

#f520ea #f52080 #9620f5

Monochromatic Colors of #f520ea

#f520ea

Complementary Color

#f520ea #20f52b

#f520ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f520ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f520ea Color CSS Codes

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

#f520ea Text Font Color

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

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


#f520ea Background Color

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

This div background color is #f520ea


#f520ea Border Color

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

This div border color is #f520ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f520ea


Comments

No comments written yet.

Please login to write comment.