Color Hex Logo

#fe54b4 Color Hex

#FE54B4
(254,84,180)
0 Favorites   0 Comments

Color spaces of #fe54b4

RGB 25484180
HSL0.910.990.66
HSV326°67°100°
CMYK 0.000.670.29   0.00
XYZ52.281630.706846.3515
Yxy30.70680.40420.2374
Hunter Lab55.413771.4367-10.8043
CIE-Lab62.259372.3509-15.5221

#fe54b4 color RGB value is (254,84,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010100 10110100
Octal 376 124 264
Decimal 254 84 180
Hex FE 54 B4

RGB Percentages of Color #fe54b4

%49.03
%16.22
%34.75

CMYK Percentages of Color #fe54b4

%0
%67
%29
%0

Triadic Colors of #fe54b4

#fe54b4 #b4fe54 #54b4fe

Analogous Colors of #fe54b4

#fe54b4 #fe545f #f354fe

Monochromatic Colors of #fe54b4

#fe54b4

Complementary Color

#fe54b4 #54fe9e

#fe54b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe54b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe54b4 Color CSS Codes

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

#fe54b4 Text Font Color

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

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


#fe54b4 Background Color

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

This div background color is #fe54b4


#fe54b4 Border Color

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

This div border color is #fe54b4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,84,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe54b4


Comments

No comments written yet.

Please login to write comment.