Color Hex Logo

#fe74ba Color Hex

#FE74BA
(254,116,186)
0 Favorites   0 Comments

Color spaces of #fe74ba

RGB 254116186
HSL0.920.990.73
HSV330°54°100°
CMYK 0.000.540.27   0.00
XYZ55.981437.106850.6662
Yxy37.10680.38940.2581
Hunter Lab60.915457.4402-6.6736
CIE-Lab67.357159.8223-11.2634

#fe74ba color RGB value is (254,116,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 10111010
Octal 376 164 272
Decimal 254 116 186
Hex FE 74 BA

RGB Percentages of Color #fe74ba

%45.68
%20.86
%33.45

CMYK Percentages of Color #fe74ba

%0
%54
%27
%0

Triadic Colors of #fe74ba

#fe74ba #bafe74 #74bafe

Analogous Colors of #fe74ba

#fe74ba #fe7475 #fd74fe

Monochromatic Colors of #fe74ba

#fe74ba

Complementary Color

#fe74ba #74feb8

#fe74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe74ba Color CSS Codes

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

#fe74ba Text Font Color

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

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


#fe74ba Background Color

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

This div background color is #fe74ba


#fe74ba Border Color

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

This div border color is #fe74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe74ba


Comments

No comments written yet.

Please login to write comment.