Color Hex Logo

#f531ea Color Hex

#F531EA
(245,49,234)
0 Favorites   0 Comments

Color spaces of #f531ea

RGB 24549234
HSL0.840.910.58
HSV303°80°96°
CMYK 0.000.800.04   0.04
XYZ53.605827.549680.3342
Yxy27.54960.33190.1706
Hunter Lab52.487790.4489-54.0039
CIE-Lab59.479687.7624-50.5843

#f531ea color RGB value is (245,49,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 11101010
Octal 365 61 352
Decimal 245 49 234
Hex F5 31 EA

RGB Percentages of Color #f531ea

%46.40
%9.28
%44.32

CMYK Percentages of Color #f531ea

%0
%80
%4
%4

Triadic Colors of #f531ea

#f531ea #eaf531 #31eaf5

Analogous Colors of #f531ea

#f531ea #f53188 #9e31f5

Monochromatic Colors of #f531ea

#f531ea

Complementary Color

#f531ea #31f53c

#f531ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f531ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f531ea Color CSS Codes

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

#f531ea Text Font Color

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

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


#f531ea Background Color

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

This div background color is #f531ea


#f531ea Border Color

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

This div border color is #f531ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f531ea

Related Colors


Comments

No comments written yet.

Please login to write comment.