Color Hex Logo

#ff856b Color Hex

#FF856B
(255,133,107)
0 Favorites   0 Comments

Color spaces of #ff856b

RGB 255133107
HSL0.031.000.71
HSV11°58°100°
CMYK 0.000.480.58   0.00
XYZ52.281439.096618.7008
Yxy39.09660.47490.3552
Hunter Lab62.527339.827826.0365
CIE-Lab68.821244.066635.0711

#ff856b color RGB value is (255,133,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 01101011
Octal 377 205 153
Decimal 255 133 107
Hex FF 85 6B

RGB Percentages of Color #ff856b

%51.52
%26.87
%21.62

CMYK Percentages of Color #ff856b

%0
%48
%58
%0

Triadic Colors of #ff856b

#ff856b #6bff85 #856bff

Analogous Colors of #ff856b

#ff856b #ffcf6b #ff6b9b

Monochromatic Colors of #ff856b

#ff856b

Complementary Color

#ff856b #6be5ff

#ff856b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff856b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff856b Color CSS Codes

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

#ff856b Text Font Color

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

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


#ff856b Background Color

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

This div background color is #ff856b


#ff856b Border Color

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

This div border color is #ff856b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff856b


Comments

No comments written yet.

Please login to write comment.