Color Hex Logo

#f55187 Color Hex

#F55187
(245,81,135)
0 Favorites   0 Comments

Color spaces of #f55187

RGB 24581135
HSL0.950.890.64
HSV340°67°96°
CMYK 0.000.670.45   0.04
XYZ44.971827.046625.7719
Yxy27.04660.45990.2766
Hunter Lab52.006363.34447.0231
CIE-Lab59.017466.26545.6245

#f55187 color RGB value is (245,81,135).

#f55187 hex color red value is 245, green value is 81 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f55187 hue: 0.95 , saturation: 0.89 and the lightness value of f55187 is 0.64.

The process color (four color CMYK) of #f55187 color hex is 0.00, 0.67, 0.45, 0.04. Web safe color of #f55187 is #ff6699. Color #f55187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010001 10000111
Octal 365 121 207
Decimal 245 81 135
Hex F5 51 87

RGB Percentages of Color #f55187

%53.15
%17.57
%29.28

CMYK Percentages of Color #f55187

%0
%67
%45
%4

Triadic Colors of #f55187

#f55187 #87f551 #5187f5

Analogous Colors of #f55187

#f55187 #f56d51 #f551d9

Monochromatic Colors of #f55187

#f55187

Complementary Color

#f55187 #51f5bf

#f55187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55187 Color CSS Codes

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

#f55187 Text Font Color

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

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


#f55187 Background Color

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

This div background color is #f55187


#f55187 Border Color

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

This div border color is #f55187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55187


Comments

No comments written yet.

Please login to write comment.