Color Hex Logo

#fe87ac Color Hex

#FE87AC
(254,135,172)
0 Favorites   0 Comments

Color spaces of #fe87ac

RGB 254135172
HSL0.950.980.76
HSV341°47°100°
CMYK 0.000.470.32   0.00
XYZ56.983441.377344.0130
Yxy41.37730.40020.2906
Hunter Lab64.325245.55774.4598
CIE-Lab70.439549.02201.1555

#fe87ac color RGB value is (254,135,172).

#fe87ac hex color red value is 254, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fe87ac hue: 0.95 , saturation: 0.98 and the lightness value of fe87ac is 0.76.

The process color (four color CMYK) of #fe87ac color hex is 0.00, 0.47, 0.32, 0.00. Web safe color of #fe87ac is #ff9999. Color #fe87ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 10101100
Octal 376 207 254
Decimal 254 135 172
Hex FE 87 AC

RGB Percentages of Color #fe87ac

%45.28
%24.06
%30.66

CMYK Percentages of Color #fe87ac

%0
%47
%32
%0

Triadic Colors of #fe87ac

#fe87ac #acfe87 #87acfe

Analogous Colors of #fe87ac

#fe87ac #fe9e87 #fe87e8

Monochromatic Colors of #fe87ac

#fe87ac

Complementary Color

#fe87ac #87fed9

#fe87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe87ac Color CSS Codes

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

#fe87ac Text Font Color

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

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


#fe87ac Background Color

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

This div background color is #fe87ac


#fe87ac Border Color

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

This div border color is #fe87ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe87ac

Related Colors


Comments

No comments written yet.

Please login to write comment.