Color Hex Logo

#f553ab Color Hex

#F553AB
(245,83,171)
0 Favorites   0 Comments

Color spaces of #f553ab

RGB 24583171
HSL0.910.890.64
HSV327°66°96°
CMYK 0.000.660.30   0.04
XYZ48.100128.539341.5015
Yxy28.53930.40710.2416
Hunter Lab53.422267.2284-8.6644
CIE-Lab60.372969.2554-13.3326

#f553ab color RGB value is (245,83,171).

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

The process color (four color CMYK) of #f553ab color hex is 0.00, 0.66, 0.30, 0.04. Web safe color of #f553ab is #ff6699. Color #f553ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 10101011
Octal 365 123 253
Decimal 245 83 171
Hex F5 53 AB

RGB Percentages of Color #f553ab

%49.10
%16.63
%34.27

CMYK Percentages of Color #f553ab

%0
%66
%30
%4

Triadic Colors of #f553ab

#f553ab #abf553 #53abf5

Analogous Colors of #f553ab

#f553ab #f5535a #ee53f5

Monochromatic Colors of #f553ab

#f553ab

Complementary Color

#f553ab #53f59d

#f553ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f553ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f553ab Color CSS Codes

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

#f553ab Text Font Color

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

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


#f553ab Background Color

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

This div background color is #f553ab


#f553ab Border Color

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

This div border color is #f553ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f553ab


Comments

No comments written yet.

Please login to write comment.