Color Hex Logo

#ff5685 Color Hex

#FF5685
(255,86,133)
0 Favorites   0 Comments

Color spaces of #ff5685

RGB 25586133
HSL0.951.000.67
HSV343°66°100°
CMYK 0.000.660.48   0.00
XYZ48.801429.609025.3333
Yxy29.60900.47040.2854
Hunter Lab54.414264.863210.4866
CIE-Lab61.315467.120010.2923

#ff5685 color RGB value is (255,86,133).

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

The process color (four color CMYK) of #ff5685 color hex is 0.00, 0.66, 0.48, 0.00. Web safe color of #ff5685 is #ff6699. Color #ff5685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010110 10000101
Octal 377 126 205
Decimal 255 86 133
Hex FF 56 85

RGB Percentages of Color #ff5685

%53.80
%18.14
%28.06

CMYK Percentages of Color #ff5685

%0
%66
%48
%0

Triadic Colors of #ff5685

#ff5685 #85ff56 #5685ff

Analogous Colors of #ff5685

#ff5685 #ff7c56 #ff56da

Monochromatic Colors of #ff5685

#ff5685

Complementary Color

#ff5685 #56ffd0

#ff5685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5685 Color CSS Codes

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

#ff5685 Text Font Color

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

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


#ff5685 Background Color

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

This div background color is #ff5685


#ff5685 Border Color

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

This div border color is #ff5685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5685

Related Colors


Comments

No comments written yet.

Please login to write comment.