Color Hex Logo

#f503ed Color Hex

#F503ED
(245,3,237)
0 Favorites   0 Comments

Color spaces of #f503ed

RGB 2453237
HSL0.840.980.49
HSV302°99°96°
CMYK 0.000.990.03   0.04
XYZ52.974825.592082.2684
Yxy25.59200.32940.1591
Hunter Lab50.588598.3899-61.0070
CIE-Lab57.647794.0312-55.1817

#f503ed color RGB value is (245,3,237).

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

The process color (four color CMYK) of #f503ed color hex is 0.00, 0.99, 0.03, 0.04. Web safe color of #f503ed is #ff00ff. Color #f503ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000011 11101101
Octal 365 3 355
Decimal 245 3 237
Hex F5 3 ED

RGB Percentages of Color #f503ed

%50.52
%0.62
%48.87

CMYK Percentages of Color #f503ed

%0
%99
%3
%4

Triadic Colors of #f503ed

#f503ed #edf503 #03edf5

Analogous Colors of #f503ed

#f503ed #f50374 #8403f5

Monochromatic Colors of #f503ed

#f503ed

Complementary Color

#f503ed #03f50b

#f503ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f503ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f503ed Color CSS Codes

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

#f503ed Text Font Color

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

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


#f503ed Background Color

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

This div background color is #f503ed


#f503ed Border Color

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

This div border color is #f503ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f503ed


Comments

No comments written yet.

Please login to write comment.