Color Hex Logo

#ff659a Color Hex

#FF659A
(255,101,154)
0 Favorites   0 Comments

Color spaces of #ff659a

RGB 255101154
HSL0.941.000.70
HSV339°60°100°
CMYK 0.000.600.40   0.00
XYZ51.726432.900534.1960
Yxy32.90050.43530.2769
Hunter Lab57.359060.59344.8040
CIE-Lab64.080363.04682.1228

#ff659a color RGB value is (255,101,154).

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

The process color (four color CMYK) of #ff659a color hex is 0.00, 0.60, 0.40, 0.00. Web safe color of #ff659a is #ff6699. Color #ff659a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 10011010
Octal 377 145 232
Decimal 255 101 154
Hex FF 65 9A

RGB Percentages of Color #ff659a

%50.00
%19.80
%30.20

CMYK Percentages of Color #ff659a

%0
%60
%40
%0

Triadic Colors of #ff659a

#ff659a #9aff65 #659aff

Analogous Colors of #ff659a

#ff659a #ff7d65 #ff65e7

Monochromatic Colors of #ff659a

#ff659a

Complementary Color

#ff659a #65ffca

#ff659a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff659a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff659a Color CSS Codes

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

#ff659a Text Font Color

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

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


#ff659a Background Color

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

This div background color is #ff659a


#ff659a Border Color

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

This div border color is #ff659a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff659a


Comments

No comments written yet.

Please login to write comment.