Color Hex Logo

#fe74bd Color Hex

#FE74BD
(254,116,189)
0 Favorites   0 Comments

Color spaces of #fe74bd

RGB 254116189
HSL0.910.990.73
HSV328°54°100°
CMYK 0.000.540.26   0.00
XYZ56.303737.235752.3638
Yxy37.23570.38590.2552
Hunter Lab61.021157.9138-8.1636
CIE-Lab67.453560.2095-12.8092

#fe74bd color RGB value is (254,116,189).

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

The process color (four color CMYK) of #fe74bd color hex is 0.00, 0.54, 0.26, 0.00. Web safe color of #fe74bd is #ff66cc. Color #fe74bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 10111101
Octal 376 164 275
Decimal 254 116 189
Hex FE 74 BD

RGB Percentages of Color #fe74bd

%45.44
%20.75
%33.81

CMYK Percentages of Color #fe74bd

%0
%54
%26
%0

Triadic Colors of #fe74bd

#fe74bd #bdfe74 #74bdfe

Analogous Colors of #fe74bd

#fe74bd #fe7478 #fa74fe

Monochromatic Colors of #fe74bd

#fe74bd

Complementary Color

#fe74bd #74feb5

#fe74bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe74bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe74bd Color CSS Codes

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

#fe74bd Text Font Color

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

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


#fe74bd Background Color

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

This div background color is #fe74bd


#fe74bd Border Color

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

This div border color is #fe74bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe74bd


Comments

No comments written yet.

Please login to write comment.