Color Hex Logo

#f5277a Color Hex

#F5277A
(245,39,122)
0 Favorites   0 Comments

Color spaces of #f5277a

RGB 24539122
HSL0.930.910.56
HSV336°84°96°
CMYK 0.000.840.50   0.04
XYZ41.894622.268720.5025
Yxy22.26870.49480.2630
Hunter Lab47.189775.88867.2731
CIE-Lab54.310977.45486.5921

#f5277a color RGB value is (245,39,122).

#f5277a hex color red value is 245, green value is 39 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f5277a hue: 0.93 , saturation: 0.91 and the lightness value of f5277a is 0.56.

The process color (four color CMYK) of #f5277a color hex is 0.00, 0.84, 0.50, 0.04. Web safe color of #f5277a is #ff3366. Color #f5277a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100111 01111010
Octal 365 47 172
Decimal 245 39 122
Hex F5 27 7A

RGB Percentages of Color #f5277a

%60.34
%9.61
%30.05

CMYK Percentages of Color #f5277a

%0
%84
%50
%4

Triadic Colors of #f5277a

#f5277a #7af527 #277af5

Analogous Colors of #f5277a

#f5277a #f53b27 #f527e1

Monochromatic Colors of #f5277a

#f5277a

Complementary Color

#f5277a #27f5a2

#f5277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5277a Color CSS Codes

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

#f5277a Text Font Color

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

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


#f5277a Background Color

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

This div background color is #f5277a


#f5277a Border Color

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

This div border color is #f5277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5277a


Comments

No comments written yet.

Please login to write comment.