Color Hex Logo

#f54baf Color Hex

#F54BAF
(245,75,175)
0 Favorites   0 Comments

Color spaces of #f54baf

RGB 24575175
HSL0.900.890.63
HSV325°69°96°
CMYK 0.000.690.29   0.04
XYZ47.910127.539843.3480
Yxy27.53980.40330.2318
Hunter Lab52.478471.1243-12.2396
CIE-Lab59.470772.6188-17.0076

#f54baf color RGB value is (245,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001011 10101111
Octal 365 113 257
Decimal 245 75 175
Hex F5 4B AF

RGB Percentages of Color #f54baf

%49.49
%15.15
%35.35

CMYK Percentages of Color #f54baf

%0
%69
%29
%4

Triadic Colors of #f54baf

#f54baf #aff54b #4baff5

Analogous Colors of #f54baf

#f54baf #f54b5a #e64bf5

Monochromatic Colors of #f54baf

#f54baf

Complementary Color

#f54baf #4bf591

#f54baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54baf Color CSS Codes

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

#f54baf Text Font Color

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

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


#f54baf Background Color

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

This div background color is #f54baf


#f54baf Border Color

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

This div border color is #f54baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54baf


Comments

No comments written yet.

Please login to write comment.