Color Hex Logo

#f54ace Color Hex

#F54ACE
(245,74,206)
0 Favorites   0 Comments

Color spaces of #f54ace

RGB 24574206
HSL0.870.900.63
HSV314°70°96°
CMYK 0.000.700.16   0.04
XYZ51.245528.766361.2440
Yxy28.76630.36280.2036
Hunter Lab53.634276.6902-30.1583
CIE-Lab60.574876.8874-33.0684

#f54ace color RGB value is (245,74,206).

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

The process color (four color CMYK) of #f54ace color hex is 0.00, 0.70, 0.16, 0.04. Web safe color of #f54ace is #ff33cc. Color #f54ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001010 11001110
Octal 365 112 316
Decimal 245 74 206
Hex F5 4A CE

RGB Percentages of Color #f54ace

%46.67
%14.10
%39.24

CMYK Percentages of Color #f54ace

%0
%70
%16
%4

Triadic Colors of #f54ace

#f54ace #cef54a #4acef5

Analogous Colors of #f54ace

#f54ace #f54a79 #c74af5

Monochromatic Colors of #f54ace

#f54ace

Complementary Color

#f54ace #4af571

#f54ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54ace Color CSS Codes

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

#f54ace Text Font Color

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

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


#f54ace Background Color

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

This div background color is #f54ace


#f54ace Border Color

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

This div border color is #f54ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54ace


Comments

No comments written yet.

Please login to write comment.