Color Hex Logo

#f45673 Color Hex

#F45673
(244,86,115)
0 Favorites   0 Comments

Color spaces of #f45673

RGB 24486115
HSL0.970.880.65
HSV349°65°96°
CMYK 0.000.650.53   0.04
XYZ43.730527.126519.1507
Yxy27.12650.48590.3014
Hunter Lab52.083158.728414.6575
CIE-Lab59.091262.329117.4109

#f45673 color RGB value is (244,86,115).

#f45673 hex color red value is 244, green value is 86 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f45673 hue: 0.97 , saturation: 0.88 and the lightness value of f45673 is 0.65.

The process color (four color CMYK) of #f45673 color hex is 0.00, 0.65, 0.53, 0.04. Web safe color of #f45673 is #ff6666. Color #f45673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010110 01110011
Octal 364 126 163
Decimal 244 86 115
Hex F4 56 73

RGB Percentages of Color #f45673

%54.83
%19.33
%25.84

CMYK Percentages of Color #f45673

%0
%65
%53
%4

Triadic Colors of #f45673

#f45673 #73f456 #5673f4

Analogous Colors of #f45673

#f45673 #f48856 #f456c2

Monochromatic Colors of #f45673

#f45673

Complementary Color

#f45673 #56f4d7

#f45673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45673 Color CSS Codes

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

#f45673 Text Font Color

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

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


#f45673 Background Color

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

This div background color is #f45673


#f45673 Border Color

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

This div border color is #f45673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45673


Comments

No comments written yet.

Please login to write comment.