Color Hex Logo

#f503ae Color Hex

#F503AE
(245,3,174)
0 Favorites   0 Comments

Color spaces of #f503ae

RGB 2453174
HSL0.880.980.49
HSV318°99°96°
CMYK 0.000.990.29   0.04
XYZ45.328722.533642.0047
Yxy22.53360.41260.2051
Hunter Lab47.469687.3779-19.2356
CIE-Lab54.588686.3830-23.8891

#f503ae color RGB value is (245,3,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000011 10101110
Octal 365 3 256
Decimal 245 3 174
Hex F5 3 AE

RGB Percentages of Color #f503ae

%58.06
%0.71
%41.23

CMYK Percentages of Color #f503ae

%0
%99
%29
%4

Triadic Colors of #f503ae

#f503ae #aef503 #03aef5

Analogous Colors of #f503ae

#f503ae #f50335 #c303f5

Monochromatic Colors of #f503ae

#f503ae

Complementary Color

#f503ae #03f54a

#f503ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f503ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f503ae Color CSS Codes

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

#f503ae Text Font Color

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

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


#f503ae Background Color

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

This div background color is #f503ae


#f503ae Border Color

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

This div border color is #f503ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f503ae


Comments

No comments written yet.

Please login to write comment.