Color Hex Logo

#f54fa1 Color Hex

#F54FA1
(245,79,161)
0 Favorites   0 Comments

Color spaces of #f54fa1

RGB 24579161
HSL0.920.890.64
HSV330°68°96°
CMYK 0.000.680.34   0.04
XYZ46.885227.577736.5701
Yxy27.57770.42230.2484
Hunter Lab52.514567.4654-4.5283
CIE-Lab59.505369.6117-8.8411

#f54fa1 color RGB value is (245,79,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001111 10100001
Octal 365 117 241
Decimal 245 79 161
Hex F5 4F A1

RGB Percentages of Color #f54fa1

%50.52
%16.29
%33.20

CMYK Percentages of Color #f54fa1

%0
%68
%34
%4

Triadic Colors of #f54fa1

#f54fa1 #a1f54f #4fa1f5

Analogous Colors of #f54fa1

#f54fa1 #f5504f #f54ff4

Monochromatic Colors of #f54fa1

#f54fa1

Complementary Color

#f54fa1 #4ff5a3

#f54fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54fa1 Color CSS Codes

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

#f54fa1 Text Font Color

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

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


#f54fa1 Background Color

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

This div background color is #f54fa1


#f54fa1 Border Color

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

This div border color is #f54fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54fa1


Comments

No comments written yet.

Please login to write comment.