Color Hex Logo

#f532ea Color Hex

#F532EA
(245,50,234)
0 Favorites   0 Comments

Color spaces of #f532ea

RGB 24550234
HSL0.840.910.58
HSV303°80°96°
CMYK 0.000.800.04   0.04
XYZ53.648127.634280.3483
Yxy27.63420.33190.1710
Hunter Lab52.568290.1723-53.8245
CIE-Lab59.556887.5384-50.4618

#f532ea color RGB value is (245,50,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110010 11101010
Octal 365 62 352
Decimal 245 50 234
Hex F5 32 EA

RGB Percentages of Color #f532ea

%46.31
%9.45
%44.23

CMYK Percentages of Color #f532ea

%0
%80
%4
%4

Triadic Colors of #f532ea

#f532ea #eaf532 #32eaf5

Analogous Colors of #f532ea

#f532ea #f53289 #9f32f5

Monochromatic Colors of #f532ea

#f532ea

Complementary Color

#f532ea #32f53d

#f532ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f532ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f532ea Color CSS Codes

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

#f532ea Text Font Color

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

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


#f532ea Background Color

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

This div background color is #f532ea


#f532ea Border Color

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

This div border color is #f532ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f532ea


Comments

No comments written yet.

Please login to write comment.