Color Hex Logo

#ff607e Color Hex

#FF607E
(255,96,126)
0 Favorites   0 Comments

Color spaces of #ff607e

RGB 25596126
HSL0.971.000.69
HSV349°62°100°
CMYK 0.000.620.51   0.00
XYZ49.188831.132123.1552
Yxy31.13210.47540.3009
Hunter Lab55.796159.718914.4522
CIE-Lab62.619062.557616.1715

#ff607e color RGB value is (255,96,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 01111110
Octal 377 140 176
Decimal 255 96 126
Hex FF 60 7E

RGB Percentages of Color #ff607e

%53.46
%20.13
%26.42

CMYK Percentages of Color #ff607e

%0
%62
%51
%0

Triadic Colors of #ff607e

#ff607e #7eff60 #607eff

Analogous Colors of #ff607e

#ff607e #ff9260 #ff60ce

Monochromatic Colors of #ff607e

#ff607e

Complementary Color

#ff607e #60ffe1

#ff607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff607e Color CSS Codes

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

#ff607e Text Font Color

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

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


#ff607e Background Color

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

This div background color is #ff607e


#ff607e Border Color

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

This div border color is #ff607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff607e

Related Colors


Comments

No comments written yet.

Please login to write comment.