Color Hex Logo

#f54bab Color Hex

#F54BAB
(245,75,171)
0 Favorites   0 Comments

Color spaces of #f54bab

RGB 24575171
HSL0.910.890.63
HSV326°69°96°
CMYK 0.000.690.30   0.04
XYZ47.523027.384941.3092
Yxy27.38490.40890.2356
Hunter Lab52.330670.5228-10.1715
CIE-Lab59.328972.1553-14.9082

#f54bab color RGB value is (245,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001011 10101011
Octal 365 113 253
Decimal 245 75 171
Hex F5 4B AB

RGB Percentages of Color #f54bab

%49.90
%15.27
%34.83

CMYK Percentages of Color #f54bab

%0
%69
%30
%4

Triadic Colors of #f54bab

#f54bab #abf54b #4babf5

Analogous Colors of #f54bab

#f54bab #f54b56 #ea4bf5

Monochromatic Colors of #f54bab

#f54bab

Complementary Color

#f54bab #4bf595

#f54bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54bab Color CSS Codes

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

#f54bab Text Font Color

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

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


#f54bab Background Color

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

This div background color is #f54bab


#f54bab Border Color

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

This div border color is #f54bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54bab


Comments

No comments written yet.

Please login to write comment.