Color Hex Logo

#ff867f Color Hex

#FF867F
(255,134,127)
0 Favorites   0 Comments

Color spaces of #ff867f

RGB 255134127
HSL0.011.000.75
HSV50°100°
CMYK 0.000.470.50   0.00
XYZ53.595939.842524.9442
Yxy39.84250.45270.3366
Hunter Lab63.120941.102620.7543
CIE-Lab69.357245.161224.7906

#ff867f color RGB value is (255,134,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000110 01111111
Octal 377 206 177
Decimal 255 134 127
Hex FF 86 7F

RGB Percentages of Color #ff867f

%49.42
%25.97
%24.61

CMYK Percentages of Color #ff867f

%0
%47
%50
%0

Triadic Colors of #ff867f

#ff867f #7fff86 #867fff

Analogous Colors of #ff867f

#ff867f #ffc67f #ff7fb8

Monochromatic Colors of #ff867f

#ff867f

Complementary Color

#ff867f #7ff8ff

#ff867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff867f Color CSS Codes

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

#ff867f Text Font Color

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

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


#ff867f Background Color

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

This div background color is #ff867f


#ff867f Border Color

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

This div border color is #ff867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff867f


Comments

No comments written yet.

Please login to write comment.