Color Hex Logo

#f548ab Color Hex

#F548AB
(245,72,171)
0 Favorites   0 Comments

Color spaces of #f548ab

RGB 24572171
HSL0.900.900.62
HSV326°71°96°
CMYK 0.000.710.30   0.04
XYZ47.324226.987541.2429
Yxy26.98750.40950.2335
Hunter Lab51.949571.6957-10.7059
CIE-Lab58.962873.1794-15.4620

#f548ab color RGB value is (245,72,171).

#f548ab hex color red value is 245, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f548ab hue: 0.90 , saturation: 0.90 and the lightness value of f548ab is 0.62.

The process color (four color CMYK) of #f548ab color hex is 0.00, 0.71, 0.30, 0.04. Web safe color of #f548ab is #ff3399. Color #f548ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001000 10101011
Octal 365 110 253
Decimal 245 72 171
Hex F5 48 AB

RGB Percentages of Color #f548ab

%50.20
%14.75
%35.04

CMYK Percentages of Color #f548ab

%0
%71
%30
%4

Triadic Colors of #f548ab

#f548ab #abf548 #48abf5

Analogous Colors of #f548ab

#f548ab #f54855 #e948f5

Monochromatic Colors of #f548ab

#f548ab

Complementary Color

#f548ab #48f592

#f548ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f548ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f548ab Color CSS Codes

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

#f548ab Text Font Color

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

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


#f548ab Background Color

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

This div background color is #f548ab


#f548ab Border Color

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

This div border color is #f548ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,72,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 #f548ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f548ab


Comments

No comments written yet.

Please login to write comment.