Color Hex Logo

#f54eab Color Hex

#F54EAB
(245,78,171)
0 Favorites   0 Comments

Color spaces of #f54eab

RGB 24578171
HSL0.910.890.63
HSV327°68°96°
CMYK 0.000.680.30   0.04
XYZ47.731327.801541.3786
Yxy27.80150.40830.2378
Hunter Lab52.727169.3149-9.6199
CIE-Lab59.709071.0960-14.3340

#f54eab color RGB value is (245,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001110 10101011
Octal 365 116 253
Decimal 245 78 171
Hex F5 4E AB

RGB Percentages of Color #f54eab

%49.60
%15.79
%34.62

CMYK Percentages of Color #f54eab

%0
%68
%30
%4

Triadic Colors of #f54eab

#f54eab #abf54e #4eabf5

Analogous Colors of #f54eab

#f54eab #f54e58 #ec4ef5

Monochromatic Colors of #f54eab

#f54eab

Complementary Color

#f54eab #4ef598

#f54eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54eab Color CSS Codes

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

#f54eab Text Font Color

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

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


#f54eab Background Color

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

This div background color is #f54eab


#f54eab Border Color

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

This div border color is #f54eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54eab


Comments

No comments written yet.

Please login to write comment.