Color Hex Logo

#f532ed Color Hex

#F532ED
(245,50,237)
0 Favorites   0 Comments

Color spaces of #f532ed

RGB 24550237
HSL0.840.910.58
HSV302°80°96°
CMYK 0.000.800.03   0.04
XYZ54.082927.808182.6378
Yxy27.80810.32870.1690
Hunter Lab52.733490.7846-55.9992
CIE-Lab59.715087.9700-51.8897

#f532ed color RGB value is (245,50,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110010 11101101
Octal 365 62 355
Decimal 245 50 237
Hex F5 32 ED

RGB Percentages of Color #f532ed

%46.05
%9.40
%44.55

CMYK Percentages of Color #f532ed

%0
%80
%3
%4

Triadic Colors of #f532ed

#f532ed #edf532 #32edf5

Analogous Colors of #f532ed

#f532ed #f5328c #9c32f5

Monochromatic Colors of #f532ed

#f532ed

Complementary Color

#f532ed #32f53a

#f532ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f532ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f532ed Color CSS Codes

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

#f532ed Text Font Color

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

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


#f532ed Background Color

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

This div background color is #f532ed


#f532ed Border Color

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

This div border color is #f532ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,50,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f532ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f532ed


Comments

No comments written yet.

Please login to write comment.