Color Hex Logo

#fe807b Color Hex

#FE807B
(254,128,123)
0 Favorites   0 Comments

Color spaces of #fe807b

RGB 254128123
HSL0.010.980.74
HSV52°100°
CMYK 0.000.500.52   0.00
XYZ52.167437.939223.3124
Yxy37.93920.46000.3345
Hunter Lab61.594843.388720.6763
CIE-Lab67.975847.412625.1378

#fe807b color RGB value is (254,128,123).

#fe807b hex color red value is 254, green value is 128 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fe807b hue: 0.01 , saturation: 0.98 and the lightness value of fe807b is 0.74.

The process color (four color CMYK) of #fe807b color hex is 0.00, 0.50, 0.52, 0.00. Web safe color of #fe807b is #ff9966. Color #fe807b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 01111011
Octal 376 200 173
Decimal 254 128 123
Hex FE 80 7B

RGB Percentages of Color #fe807b

%50.30
%25.35
%24.36

CMYK Percentages of Color #fe807b

%0
%50
%52
%0

Triadic Colors of #fe807b

#fe807b #7bfe80 #807bfe

Analogous Colors of #fe807b

#fe807b #fec27b #fe7bb8

Monochromatic Colors of #fe807b

#fe807b

Complementary Color

#fe807b #7bf9fe

#fe807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe807b Color CSS Codes

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

#fe807b Text Font Color

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

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


#fe807b Background Color

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

This div background color is #fe807b


#fe807b Border Color

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

This div border color is #fe807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe807b


Comments

No comments written yet.

Please login to write comment.