color codes Logo

#ff609e color codes

#FF609E
(255,96,158)
0 Favorites   0 Comments

Color spaces of #ff609e

RGB 25596158
HSL0.941.000.69
HSV337°62°100°
CMYK 0.000.620.38   0.00
XYZ51.594432.094435.8233
Yxy32.09440.43170.2685
Hunter Lab56.651963.42382.1649
CIE-Lab63.420865.5416-1.1373

#ff609e color RGB value is (255,96,158).

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

The process color (four color CMYK) of #ff609e color code is 0.00, 0.62, 0.38, 0.00. Web safe color of #ff609e is #ff6699. Color #ff609e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 10011110
Octal 377 140 236
Decimal 255 96 158
Hex FF 60 9E

RGB Percentages of Color #ff609e

%50.10
%18.86
%31.04

CMYK Percentages of Color #ff609e

%0
%62
%38
%0

Triadic Colors of #ff609e

#ff609e #9eff60 #609eff

Analogous Colors of #ff609e

#ff609e #ff7260 #ff60ee

Monochromatic Colors of #ff609e

#ff609e

Complementary Color

#ff609e #60ffc1

#ff609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff609e Color CSS Codes

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

#ff609e Text Font Color

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

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


#ff609e Background Color

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

This div background color is #ff609e


#ff609e Border Color

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

This div border color is #ff609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff609e

Related Colors


Comments

No comments written yet.

Please login to write comment.