Color Hex Logo

#fe87ba Color Hex

#FE87BA
(254,135,186)
0 Favorites   0 Comments

Color spaces of #fe87ba

RGB 254135186
HSL0.930.980.76
HSV334°47°100°
CMYK 0.000.470.27   0.00
XYZ58.399941.943951.4723
Yxy41.94390.38470.2763
Hunter Lab64.764147.6220-1.7868
CIE-Lab70.832250.7939-6.0894

#fe87ba color RGB value is (254,135,186).

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

The process color (four color CMYK) of #fe87ba color hex is 0.00, 0.47, 0.27, 0.00. Web safe color of #fe87ba is #ff99cc. Color #fe87ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 10111010
Octal 376 207 272
Decimal 254 135 186
Hex FE 87 BA

RGB Percentages of Color #fe87ba

%44.17
%23.48
%32.35

CMYK Percentages of Color #fe87ba

%0
%47
%27
%0

Triadic Colors of #fe87ba

#fe87ba #bafe87 #87bafe

Analogous Colors of #fe87ba

#fe87ba #fe9087 #fe87f6

Monochromatic Colors of #fe87ba

#fe87ba

Complementary Color

#fe87ba #87fecb

#fe87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe87ba Color CSS Codes

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

#fe87ba Text Font Color

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

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


#fe87ba Background Color

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

This div background color is #fe87ba


#fe87ba Border Color

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

This div border color is #fe87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe87ba


Comments

No comments written yet.

Please login to write comment.