Color Hex Logo

#f54cd5 Color Hex

#F54CD5
(245,76,213)
0 Favorites   0 Comments

Color spaces of #f54cd5

RGB 24576213
HSL0.860.890.63
HSV311°69°96°
CMYK 0.000.690.13   0.04
XYZ52.250929.385565.8688
Yxy29.38550.35420.1992
Hunter Lab54.208477.1896-34.0976
CIE-Lab61.120477.1801-36.1830

#f54cd5 color RGB value is (245,76,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001100 11010101
Octal 365 114 325
Decimal 245 76 213
Hex F5 4C D5

RGB Percentages of Color #f54cd5

%45.88
%14.23
%39.89

CMYK Percentages of Color #f54cd5

%0
%69
%13
%4

Triadic Colors of #f54cd5

#f54cd5 #d5f54c #4cd5f5

Analogous Colors of #f54cd5

#f54cd5 #f54c81 #c14cf5

Monochromatic Colors of #f54cd5

#f54cd5

Complementary Color

#f54cd5 #4cf56c

#f54cd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54cd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54cd5 Color CSS Codes

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

#f54cd5 Text Font Color

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

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


#f54cd5 Background Color

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

This div background color is #f54cd5


#f54cd5 Border Color

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

This div border color is #f54cd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54cd5


Comments

No comments written yet.

Please login to write comment.