Color Hex Logo

#f55792 Color Hex

#F55792
(245,87,146)
0 Favorites   0 Comments

Color spaces of #f55792

RGB 24587146
HSL0.940.890.65
HSV338°64°96°
CMYK 0.000.640.40   0.04
XYZ46.252728.304230.2196
Yxy28.30420.44140.2701
Hunter Lab53.201762.08213.5633
CIE-Lab60.162664.99400.8561

#f55792 color RGB value is (245,87,146).

#f55792 hex color red value is 245, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f55792 hue: 0.94 , saturation: 0.89 and the lightness value of f55792 is 0.65.

The process color (four color CMYK) of #f55792 color hex is 0.00, 0.64, 0.40, 0.04. Web safe color of #f55792 is #ff6699. Color #f55792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010111 10010010
Octal 365 127 222
Decimal 245 87 146
Hex F5 57 92

RGB Percentages of Color #f55792

%51.26
%18.20
%30.54

CMYK Percentages of Color #f55792

%0
%64
%40
%4

Triadic Colors of #f55792

#f55792 #92f557 #5792f5

Analogous Colors of #f55792

#f55792 #f56b57 #f557e1

Monochromatic Colors of #f55792

#f55792

Complementary Color

#f55792 #57f5ba

#f55792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55792 Color CSS Codes

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

#f55792 Text Font Color

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

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


#f55792 Background Color

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

This div background color is #f55792


#f55792 Border Color

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

This div border color is #f55792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55792

#f55792 Color Palettes


Comments

No comments written yet.

Please login to write comment.