Color Hex Logo

#fd789a Color Hex

#FD789A
(253,120,154)
0 Favorites   0 Comments

Color spaces of #fd789a

RGB 253120154
HSL0.960.970.73
HSV345°53°99°
CMYK 0.000.530.39   0.01
XYZ53.057236.648734.8493
Yxy36.64870.42600.2942
Hunter Lab60.538250.50028.2459
CIE-Lab67.012653.87856.3183

#fd789a color RGB value is (253,120,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111000 10011010
Octal 375 170 232
Decimal 253 120 154
Hex FD 78 9A

RGB Percentages of Color #fd789a

%48.01
%22.77
%29.22

CMYK Percentages of Color #fd789a

%0
%53
%39
%1

Triadic Colors of #fd789a

#fd789a #9afd78 #789afd

Analogous Colors of #fd789a

#fd789a #fd9978 #fd78dd

Monochromatic Colors of #fd789a

#fd789a

Complementary Color

#fd789a #78fddb

#fd789a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd789a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd789a Color CSS Codes

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

#fd789a Text Font Color

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

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


#fd789a Background Color

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

This div background color is #fd789a


#fd789a Border Color

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

This div border color is #fd789a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd789a

Related Colors


Comments

No comments written yet.

Please login to write comment.