Color Hex Logo

#ff807b Color Hex

#FF807B
(255,128,123)
0 Favorites   0 Comments

Color spaces of #ff807b

RGB 255128123
HSL0.011.000.74
HSV52°100°
CMYK 0.000.500.52   0.00
XYZ52.534338.128423.3295
Yxy38.12840.46090.3345
Hunter Lab61.748243.805420.8230
CIE-Lab68.115147.769425.3488

#ff807b color RGB value is (255,128,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 01111011
Octal 377 200 173
Decimal 255 128 123
Hex FF 80 7B

RGB Percentages of Color #ff807b

%50.40
%25.30
%24.31

CMYK Percentages of Color #ff807b

%0
%50
%52
%0

Triadic Colors of #ff807b

#ff807b #7bff80 #807bff

Analogous Colors of #ff807b

#ff807b #ffc27b #ff7bb8

Monochromatic Colors of #ff807b

#ff807b

Complementary Color

#ff807b #7bfaff

#ff807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff807b Color CSS Codes

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

#ff807b Text Font Color

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

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


#ff807b Background Color

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

This div background color is #ff807b


#ff807b Border Color

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

This div border color is #ff807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff807b

Related Colors

#ff807b Color Palettes


Comments

No comments written yet.

Please login to write comment.