Color Hex Logo

#fe54ba Color Hex

#FE54BA
(254,84,186)
0 Favorites   0 Comments

Color spaces of #fe54ba

RGB 25484186
HSL0.900.990.66
HSV324°67°100°
CMYK 0.000.670.27   0.00
XYZ52.906330.956649.6411
Yxy30.95660.39630.2319
Hunter Lab55.638772.3664-13.9518
CIE-Lab62.471073.0639-18.6354

#fe54ba color RGB value is (254,84,186).

#fe54ba hex color red value is 254, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fe54ba hue: 0.90 , saturation: 0.99 and the lightness value of fe54ba is 0.66.

The process color (four color CMYK) of #fe54ba color hex is 0.00, 0.67, 0.27, 0.00. Web safe color of #fe54ba is #ff66cc. Color #fe54ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010100 10111010
Octal 376 124 272
Decimal 254 84 186
Hex FE 54 BA

RGB Percentages of Color #fe54ba

%48.47
%16.03
%35.50

CMYK Percentages of Color #fe54ba

%0
%67
%27
%0

Triadic Colors of #fe54ba

#fe54ba #bafe54 #54bafe

Analogous Colors of #fe54ba

#fe54ba #fe5465 #ed54fe

Monochromatic Colors of #fe54ba

#fe54ba

Complementary Color

#fe54ba #54fe98

#fe54ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe54ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe54ba Color CSS Codes

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

#fe54ba Text Font Color

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

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


#fe54ba Background Color

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

This div background color is #fe54ba


#fe54ba Border Color

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

This div border color is #fe54ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,84,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 #fe54ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe54ba

Related Colors


Comments

No comments written yet.

Please login to write comment.