Color Hex Logo

#ff649a Color Hex

#FF649A
(255,100,154)
0 Favorites   0 Comments

Color spaces of #ff649a

RGB 255100154
HSL0.941.000.70
HSV339°61°100°
CMYK 0.000.610.40   0.00
XYZ51.629932.707434.1638
Yxy32.70740.43570.2760
Hunter Lab57.190461.06174.6152
CIE-Lab63.923363.46941.8948

#ff649a color RGB value is (255,100,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100100 10011010
Octal 377 144 232
Decimal 255 100 154
Hex FF 64 9A

RGB Percentages of Color #ff649a

%50.10
%19.65
%30.26

CMYK Percentages of Color #ff649a

%0
%61
%40
%0

Triadic Colors of #ff649a

#ff649a #9aff64 #649aff

Analogous Colors of #ff649a

#ff649a #ff7c64 #ff64e8

Monochromatic Colors of #ff649a

#ff649a

Complementary Color

#ff649a #64ffc9

#ff649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff649a Color CSS Codes

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

#ff649a Text Font Color

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

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


#ff649a Background Color

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

This div background color is #ff649a


#ff649a Border Color

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

This div border color is #ff649a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,100,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 #ff649a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff649a

Related Colors


Comments

No comments written yet.

Please login to write comment.