Color Hex Logo

#f55caf Color Hex

#F55CAF
(245,92,175)
0 Favorites   0 Comments

Color spaces of #f55caf

RGB 24592175
HSL0.910.880.66
HSV327°62°96°
CMYK 0.000.620.29   0.04
XYZ49.221230.161943.7850
Yxy30.16190.39960.2449
Hunter Lab54.919963.8686-8.8252
CIE-Lab61.793766.2032-13.4952

#f55caf color RGB value is (245,92,175).

#f55caf hex color red value is 245, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f55caf hue: 0.91 , saturation: 0.88 and the lightness value of f55caf is 0.66.

The process color (four color CMYK) of #f55caf color hex is 0.00, 0.62, 0.29, 0.04. Web safe color of #f55caf is #ff6699. Color #f55caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011100 10101111
Octal 365 134 257
Decimal 245 92 175
Hex F5 5C AF

RGB Percentages of Color #f55caf

%47.85
%17.97
%34.18

CMYK Percentages of Color #f55caf

%0
%62
%29
%4

Triadic Colors of #f55caf

#f55caf #aff55c #5caff5

Analogous Colors of #f55caf

#f55caf #f55c63 #ef5cf5

Monochromatic Colors of #f55caf

#f55caf

Complementary Color

#f55caf #5cf5a2

#f55caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55caf Color CSS Codes

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

#f55caf Text Font Color

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

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


#f55caf Background Color

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

This div background color is #f55caf


#f55caf Border Color

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

This div border color is #f55caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55caf

Related Colors


Comments

No comments written yet.

Please login to write comment.