Color Hex Logo

#f45f77 Color Hex

#F45F77
(244,95,119)
0 Favorites   0 Comments

Color spaces of #f45f77

RGB 24495119
HSL0.970.870.66
HSV350°61°96°
CMYK 0.000.610.51   0.04
XYZ44.730228.749420.6444
Yxy28.74940.47520.3054
Hunter Lab53.618555.078014.7049
CIE-Lab60.559858.918317.1022

#f45f77 color RGB value is (244,95,119).

#f45f77 hex color red value is 244, green value is 95 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f45f77 hue: 0.97 , saturation: 0.87 and the lightness value of f45f77 is 0.66.

The process color (four color CMYK) of #f45f77 color hex is 0.00, 0.61, 0.51, 0.04. Web safe color of #f45f77 is #ff6666. Color #f45f77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011111 01110111
Octal 364 137 167
Decimal 244 95 119
Hex F4 5F 77

RGB Percentages of Color #f45f77

%53.28
%20.74
%25.98

CMYK Percentages of Color #f45f77

%0
%61
%51
%4

Triadic Colors of #f45f77

#f45f77 #77f45f #5f77f4

Analogous Colors of #f45f77

#f45f77 #f4925f #f45fc2

Monochromatic Colors of #f45f77

#f45f77

Complementary Color

#f45f77 #5ff4dc

#f45f77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45f77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45f77 Color CSS Codes

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

#f45f77 Text Font Color

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

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


#f45f77 Background Color

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

This div background color is #f45f77


#f45f77 Border Color

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

This div border color is #f45f77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,95,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f45f77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f45f77;
  -webkit-box-shadow: 1px 1px 3px 2px #f45f77;
  box-shadow:         1px 1px 3px 2px #f45f77; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,95,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45f77


Comments

No comments written yet.

Please login to write comment.