Color Hex Logo

#ff857e Color Hex

#FF857E
(255,133,126)
0 Favorites   0 Comments

Color spaces of #ff857e

RGB 255133126
HSL0.011.000.75
HSV51°100°
CMYK 0.000.480.51   0.00
XYZ53.393439.541424.5568
Yxy39.54140.45440.3365
Hunter Lab62.882041.521920.8633
CIE-Lab69.141645.569525.0558

#ff857e color RGB value is (255,133,126).

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

The process color (four color CMYK) of #ff857e color hex is 0.00, 0.48, 0.51, 0.00. Web safe color of #ff857e is #ff9966. Color #ff857e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 01111110
Octal 377 205 176
Decimal 255 133 126
Hex FF 85 7E

RGB Percentages of Color #ff857e

%49.61
%25.88
%24.51

CMYK Percentages of Color #ff857e

%0
%48
%51
%0

Triadic Colors of #ff857e

#ff857e #7eff85 #857eff

Analogous Colors of #ff857e

#ff857e #ffc67e #ff7eb8

Monochromatic Colors of #ff857e

#ff857e

Complementary Color

#ff857e #7ef8ff

#ff857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff857e Color CSS Codes

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

#ff857e Text Font Color

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

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


#ff857e Background Color

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

This div background color is #ff857e


#ff857e Border Color

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

This div border color is #ff857e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,133,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff857e

Related Colors


Comments

No comments written yet.

Please login to write comment.