color codes Logo

#fd788a color codes

#FD788A
(253,120,138)
0 Favorites   0 Comments

Color spaces of #fd788a

RGB 253120138
HSL0.980.970.73
HSV352°53°99°
CMYK 0.000.530.45   0.01
XYZ51.811936.150628.2917
Yxy36.15060.44570.3110
Hunter Lab60.125448.599614.1891
CIE-Lab66.634852.260514.8506

#fd788a color RGB value is (253,120,138).

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

The process color (four color CMYK) of #fd788a color code is 0.00, 0.53, 0.45, 0.01. Web safe color of #fd788a is #ff6699. Color #fd788a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111000 10001010
Octal 375 170 212
Decimal 253 120 138
Hex FD 78 8A

RGB Percentages of Color #fd788a

%49.51
%23.48
%27.01

CMYK Percentages of Color #fd788a

%0
%53
%45
%1

Triadic Colors of #fd788a

#fd788a #8afd78 #788afd

Analogous Colors of #fd788a

#fd788a #fda978 #fd78cd

Monochromatic Colors of #fd788a

#fd788a

Complementary Color

#fd788a #78fdeb

#fd788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd788a Color CSS Codes

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

#fd788a Text Font Color

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

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


#fd788a Background Color

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

This div background color is #fd788a


#fd788a Border Color

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

This div border color is #fd788a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,120,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd788a


Comments

No comments written yet.

Please login to write comment.