Color Hex Logo

#ff606d Color Hex

#FF606D
(255,96,109)
0 Favorites   0 Comments

Color spaces of #ff606d

RGB 25596109
HSL0.991.000.69
HSV355°62°100°
CMYK 0.000.620.57   0.00
XYZ48.183230.729917.8599
Yxy30.72990.49790.3175
Hunter Lab55.434658.140119.7021
CIE-Lab62.279061.268825.4833

#ff606d color RGB value is (255,96,109).

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

The process color (four color CMYK) of #ff606d color hex is 0.00, 0.62, 0.57, 0.00. Web safe color of #ff606d is #ff6666. Color #ff606d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 01101101
Octal 377 140 155
Decimal 255 96 109
Hex FF 60 6D

RGB Percentages of Color #ff606d

%55.43
%20.87
%23.70

CMYK Percentages of Color #ff606d

%0
%62
%57
%0

Triadic Colors of #ff606d

#ff606d #6dff60 #606dff

Analogous Colors of #ff606d

#ff606d #ffa360 #ff60bd

Monochromatic Colors of #ff606d

#ff606d

Complementary Color

#ff606d #60fff2

#ff606d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff606d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff606d Color CSS Codes

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

#ff606d Text Font Color

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

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


#ff606d Background Color

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

This div background color is #ff606d


#ff606d Border Color

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

This div border color is #ff606d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff606d


Comments

No comments written yet.

Please login to write comment.