Color Hex Logo

#fe83ab Color Hex

#FE83AB
(254,131,171)
0 Favorites   0 Comments

Color spaces of #fe83ab

RGB 254131171
HSL0.950.980.75
HSV340°48°100°
CMYK 0.000.480.33   0.00
XYZ56.340040.243743.3264
Yxy40.24370.40270.2876
Hunter Lab63.437947.51173.9131
CIE-Lab69.642850.86330.5549

#fe83ab color RGB value is (254,131,171).

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

The process color (four color CMYK) of #fe83ab color hex is 0.00, 0.48, 0.33, 0.00. Web safe color of #fe83ab is #ff9999. Color #fe83ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 10101011
Octal 376 203 253
Decimal 254 131 171
Hex FE 83 AB

RGB Percentages of Color #fe83ab

%45.68
%23.56
%30.76

CMYK Percentages of Color #fe83ab

%0
%48
%33
%0

Triadic Colors of #fe83ab

#fe83ab #abfe83 #83abfe

Analogous Colors of #fe83ab

#fe83ab #fe9983 #fe83e9

Monochromatic Colors of #fe83ab

#fe83ab

Complementary Color

#fe83ab #83fed6

#fe83ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe83ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe83ab Color CSS Codes

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

#fe83ab Text Font Color

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

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


#fe83ab Background Color

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

This div background color is #fe83ab


#fe83ab Border Color

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

This div border color is #fe83ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe83ab


Comments

No comments written yet.

Please login to write comment.