Color Hex Logo

#f54cd8 Color Hex

#F54CD8
(245,76,216)
0 Favorites   0 Comments

Color spaces of #f54cd8

RGB 24576216
HSL0.860.890.63
HSV310°69°96°
CMYK 0.000.690.12   0.04
XYZ52.635329.539267.8932
Yxy29.53920.35070.1968
Hunter Lab54.350077.7561-36.0192
CIE-Lab61.254677.6036-37.6670

#f54cd8 color RGB value is (245,76,216).

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

The process color (four color CMYK) of #f54cd8 color hex is 0.00, 0.69, 0.12, 0.04. Web safe color of #f54cd8 is #ff33cc. Color #f54cd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001100 11011000
Octal 365 114 330
Decimal 245 76 216
Hex F5 4C D8

RGB Percentages of Color #f54cd8

%45.62
%14.15
%40.22

CMYK Percentages of Color #f54cd8

%0
%69
%12
%4

Triadic Colors of #f54cd8

#f54cd8 #d8f54c #4cd8f5

Analogous Colors of #f54cd8

#f54cd8 #f54c84 #be4cf5

Monochromatic Colors of #f54cd8

#f54cd8

Complementary Color

#f54cd8 #4cf569

#f54cd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54cd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54cd8 Color CSS Codes

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

#f54cd8 Text Font Color

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

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


#f54cd8 Background Color

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

This div background color is #f54cd8


#f54cd8 Border Color

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

This div border color is #f54cd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54cd8


Comments

No comments written yet.

Please login to write comment.