Color Hex Logo

#ff6986 Color Hex

#FF6986
(255,105,134)
0 Favorites   0 Comments

Color spaces of #ff6986

RGB 255105134
HSL0.971.000.71
HSV348°59°100°
CMYK 0.000.590.47   0.00
XYZ50.594733.084426.2735
Yxy33.08440.46020.3009
Hunter Lab57.519056.353213.1809
CIE-Lab64.229259.405813.8128

#ff6986 color RGB value is (255,105,134).

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

The process color (four color CMYK) of #ff6986 color hex is 0.00, 0.59, 0.47, 0.00. Web safe color of #ff6986 is #ff6699. Color #ff6986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101001 10000110
Octal 377 151 206
Decimal 255 105 134
Hex FF 69 86

RGB Percentages of Color #ff6986

%51.62
%21.26
%27.13

CMYK Percentages of Color #ff6986

%0
%59
%47
%0

Triadic Colors of #ff6986

#ff6986 #86ff69 #6986ff

Analogous Colors of #ff6986

#ff6986 #ff9769 #ff69d1

Monochromatic Colors of #ff6986

#ff6986

Complementary Color

#ff6986 #69ffe2

#ff6986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6986 Color CSS Codes

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

#ff6986 Text Font Color

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

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


#ff6986 Background Color

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

This div background color is #ff6986


#ff6986 Border Color

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

This div border color is #ff6986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6986

Related Colors


Comments

No comments written yet.

Please login to write comment.