Color Hex Logo

#f55abf Color Hex

#F55ABF
(245,90,191)
0 Favorites   0 Comments

Color spaces of #f55abf

RGB 24590191
HSL0.890.890.66
HSV321°63°96°
CMYK 0.000.630.22   0.04
XYZ50.716330.486452.5016
Yxy30.48640.37930.2280
Hunter Lab55.214567.3327-17.7267
CIE-Lab62.071769.0299-22.2255

#f55abf color RGB value is (245,90,191).

#f55abf hex color red value is 245, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f55abf hue: 0.89 , saturation: 0.89 and the lightness value of f55abf is 0.66.

The process color (four color CMYK) of #f55abf color hex is 0.00, 0.63, 0.22, 0.04. Web safe color of #f55abf is #ff66cc. Color #f55abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 10111111
Octal 365 132 277
Decimal 245 90 191
Hex F5 5A BF

RGB Percentages of Color #f55abf

%46.58
%17.11
%36.31

CMYK Percentages of Color #f55abf

%0
%63
%22
%4

Triadic Colors of #f55abf

#f55abf #bff55a #5abff5

Analogous Colors of #f55abf

#f55abf #f55a72 #de5af5

Monochromatic Colors of #f55abf

#f55abf

Complementary Color

#f55abf #5af590

#f55abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55abf Color CSS Codes

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

#f55abf Text Font Color

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

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


#f55abf Background Color

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

This div background color is #f55abf


#f55abf Border Color

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

This div border color is #f55abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55abf


Comments

No comments written yet.

Please login to write comment.