Color Hex Logo

#ff858e Color Hex

#FF858E
(255,133,142)
0 Favorites   0 Comments

Color spaces of #ff858e

RGB 255133142
HSL0.991.000.76
HSV356°48°100°
CMYK 0.000.480.44   0.00
XYZ54.510039.988130.4367
Yxy39.98810.43630.3201
Hunter Lab63.236143.205015.7280
CIE-Lab69.461147.048816.5763

#ff858e color RGB value is (255,133,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 10001110
Octal 377 205 216
Decimal 255 133 142
Hex FF 85 8E

RGB Percentages of Color #ff858e

%48.11
%25.09
%26.79

CMYK Percentages of Color #ff858e

%0
%48
%44
%0

Triadic Colors of #ff858e

#ff858e #8eff85 #858eff

Analogous Colors of #ff858e

#ff858e #ffb985 #ff85cb

Monochromatic Colors of #ff858e

#ff858e

Complementary Color

#ff858e #85fff6

#ff858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff858e Color CSS Codes

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

#ff858e Text Font Color

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

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


#ff858e Background Color

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

This div background color is #ff858e


#ff858e Border Color

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

This div border color is #ff858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff858e

Related Colors


Comments

No comments written yet.

Please login to write comment.