Color Hex Logo

#f54cba Color Hex

#F54CBA
(245,76,186)
0 Favorites   0 Comments

Color spaces of #f54cba

RGB 24576186
HSL0.890.890.63
HSV321°69°96°
CMYK 0.000.690.24   0.04
XYZ49.103628.126549.2953
Yxy28.12650.38810.2223
Hunter Lab53.034472.4596-17.9857
CIE-Lab60.002973.6022-22.5325

#f54cba color RGB value is (245,76,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001100 10111010
Octal 365 114 272
Decimal 245 76 186
Hex F5 4C BA

RGB Percentages of Color #f54cba

%48.32
%14.99
%36.69

CMYK Percentages of Color #f54cba

%0
%69
%24
%4

Triadic Colors of #f54cba

#f54cba #baf54c #4cbaf5

Analogous Colors of #f54cba

#f54cba #f54c66 #dc4cf5

Monochromatic Colors of #f54cba

#f54cba

Complementary Color

#f54cba #4cf587

#f54cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54cba Color CSS Codes

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

#f54cba Text Font Color

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

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


#f54cba Background Color

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

This div background color is #f54cba


#f54cba Border Color

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

This div border color is #f54cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54cba


Comments

No comments written yet.

Please login to write comment.