Color Hex Logo

#fd649a Color Hex

#FD649A
(253,100,154)
0 Favorites   0 Comments

Color spaces of #fd649a

RGB 253100154
HSL0.940.970.69
HSV339°60°99°
CMYK 0.000.600.39   0.01
XYZ50.897932.330134.1296
Yxy32.33010.43370.2755
Hunter Lab56.859660.28024.2132
CIE-Lab63.614862.86201.4083

#fd649a color RGB value is (253,100,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 10011010
Octal 375 144 232
Decimal 253 100 154
Hex FD 64 9A

RGB Percentages of Color #fd649a

%49.90
%19.72
%30.37

CMYK Percentages of Color #fd649a

%0
%60
%39
%1

Triadic Colors of #fd649a

#fd649a #9afd64 #649afd

Analogous Colors of #fd649a

#fd649a #fd7b64 #fd64e7

Monochromatic Colors of #fd649a

#fd649a

Complementary Color

#fd649a #64fdc7

#fd649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd649a Color CSS Codes

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

#fd649a Text Font Color

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

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


#fd649a Background Color

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

This div background color is #fd649a


#fd649a Border Color

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

This div border color is #fd649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd649a

Related Colors


Comments

No comments written yet.

Please login to write comment.