Color Hex Logo

#ff649f Color Hex

#FF649F
(255,100,159)
0 Favorites   0 Comments

Color spaces of #ff649f

RGB 255100159
HSL0.941.000.70
HSV337°61°100°
CMYK 0.000.610.38   0.00
XYZ52.055232.877536.4033
Yxy32.87750.42900.2710
Hunter Lab57.338961.70842.4952
CIE-Lab64.061663.9904-0.7737

#ff649f color RGB value is (255,100,159).

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

The process color (four color CMYK) of #ff649f color hex is 0.00, 0.61, 0.38, 0.00. Web safe color of #ff649f is #ff6699. Color #ff649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100100 10011111
Octal 377 144 237
Decimal 255 100 159
Hex FF 64 9F

RGB Percentages of Color #ff649f

%49.61
%19.46
%30.93

CMYK Percentages of Color #ff649f

%0
%61
%38
%0

Triadic Colors of #ff649f

#ff649f #9fff64 #649fff

Analogous Colors of #ff649f

#ff649f #ff7764 #ff64ed

Monochromatic Colors of #ff649f

#ff649f

Complementary Color

#ff649f #64ffc4

#ff649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff649f Color CSS Codes

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

#ff649f Text Font Color

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

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


#ff649f Background Color

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

This div background color is #ff649f


#ff649f Border Color

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

This div border color is #ff649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff649f

#ff649f Color Palettes


Comments

No comments written yet.

Please login to write comment.