Color Hex Logo

#fe76ba Color Hex

#FE76BA
(254,118,186)
0 Favorites   0 Comments

Color spaces of #fe76ba

RGB 254118186
HSL0.920.990.73
HSV330°54°100°
CMYK 0.000.540.27   0.00
XYZ56.214437.572950.7438
Yxy37.57290.38890.2600
Hunter Lab61.296756.4306-6.1748
CIE-Lab67.704658.9048-10.7433

#fe76ba color RGB value is (254,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 10111010
Octal 376 166 272
Decimal 254 118 186
Hex FE 76 BA

RGB Percentages of Color #fe76ba

%45.52
%21.15
%33.33

CMYK Percentages of Color #fe76ba

%0
%54
%27
%0

Triadic Colors of #fe76ba

#fe76ba #bafe76 #76bafe

Analogous Colors of #fe76ba

#fe76ba #fe7676 #fe76fe

Monochromatic Colors of #fe76ba

#fe76ba

Complementary Color

#fe76ba #76feba

#fe76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe76ba Color CSS Codes

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

#fe76ba Text Font Color

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

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


#fe76ba Background Color

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

This div background color is #fe76ba


#fe76ba Border Color

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

This div border color is #fe76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe76ba


Comments

No comments written yet.

Please login to write comment.