Color Hex Logo

#f55598 Color Hex

#F55598
(245,85,152)
0 Favorites   0 Comments

Color spaces of #f55598

RGB 24585152
HSL0.930.890.65
HSV335°65°96°
CMYK 0.000.650.38   0.04
XYZ46.572228.176532.6897
Yxy28.17650.43350.2623
Hunter Lab53.081563.71800.6440
CIE-Lab60.047966.3919-2.8035

#f55598 color RGB value is (245,85,152).

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

The process color (four color CMYK) of #f55598 color hex is 0.00, 0.65, 0.38, 0.04. Web safe color of #f55598 is #ff6699. Color #f55598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010101 10011000
Octal 365 125 230
Decimal 245 85 152
Hex F5 55 98

RGB Percentages of Color #f55598

%50.83
%17.63
%31.54

CMYK Percentages of Color #f55598

%0
%65
%38
%4

Triadic Colors of #f55598

#f55598 #98f555 #5598f5

Analogous Colors of #f55598

#f55598 #f56255 #f555e8

Monochromatic Colors of #f55598

#f55598

Complementary Color

#f55598 #55f5b2

#f55598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55598 Color CSS Codes

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

#f55598 Text Font Color

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

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


#f55598 Background Color

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

This div background color is #f55598


#f55598 Border Color

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

This div border color is #f55598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55598


Comments

No comments written yet.

Please login to write comment.