Color Hex Logo

#ff6871 Color Hex

#FF6871
(255,104,113)
0 Favorites   0 Comments

Color spaces of #ff6871

RGB 255104113
HSL0.991.000.70
HSV356°59°100°
CMYK 0.000.590.56   0.00
XYZ49.171032.352919.2759
Yxy32.35290.48780.3210
Hunter Lab56.879654.769519.7230
CIE-Lab63.633558.136424.9987

#ff6871 color RGB value is (255,104,113).

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

The process color (four color CMYK) of #ff6871 color hex is 0.00, 0.59, 0.56, 0.00. Web safe color of #ff6871 is #ff6666. Color #ff6871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 01110001
Octal 377 150 161
Decimal 255 104 113
Hex FF 68 71

RGB Percentages of Color #ff6871

%54.03
%22.03
%23.94

CMYK Percentages of Color #ff6871

%0
%59
%56
%0

Triadic Colors of #ff6871

#ff6871 #71ff68 #6871ff

Analogous Colors of #ff6871

#ff6871 #ffab68 #ff68bd

Monochromatic Colors of #ff6871

#ff6871

Complementary Color

#ff6871 #68fff6

#ff6871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6871 Color CSS Codes

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

#ff6871 Text Font Color

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

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


#ff6871 Background Color

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

This div background color is #ff6871


#ff6871 Border Color

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

This div border color is #ff6871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6871


Comments

No comments written yet.

Please login to write comment.