Color Hex Logo

#f503af Color Hex

#F503AF
(245,3,175)
0 Favorites   0 Comments

Color spaces of #f503af

RGB 2453175
HSL0.880.980.49
HSV317°99°96°
CMYK 0.000.990.29   0.04
XYZ45.426622.572742.5202
Yxy22.57270.41100.2042
Hunter Lab47.510787.5260-19.8047
CIE-Lab54.629586.4882-24.4120

#f503af color RGB value is (245,3,175).

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

The process color (four color CMYK) of #f503af color hex is 0.00, 0.99, 0.29, 0.04. Web safe color of #f503af is #ff0099. Color #f503af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000011 10101111
Octal 365 3 257
Decimal 245 3 175
Hex F5 3 AF

RGB Percentages of Color #f503af

%57.92
%0.71
%41.37

CMYK Percentages of Color #f503af

%0
%99
%29
%4

Triadic Colors of #f503af

#f503af #aff503 #03aff5

Analogous Colors of #f503af

#f503af #f50336 #c203f5

Monochromatic Colors of #f503af

#f503af

Complementary Color

#f503af #03f549

#f503af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f503af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f503af Color CSS Codes

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

#f503af Text Font Color

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

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


#f503af Background Color

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

This div background color is #f503af


#f503af Border Color

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

This div border color is #f503af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f503af


Comments

No comments written yet.

Please login to write comment.