Color Hex Logo

#fd78ac Color Hex

#FD78AC
(253,120,172)
0 Favorites   0 Comments

Color spaces of #fd78ac

RGB 253120172
HSL0.930.970.73
HSV337°53°99°
CMYK 0.000.530.32   0.01
XYZ54.670937.294143.3467
Yxy37.29410.40400.2756
Hunter Lab61.068952.92860.6642
CIE-Lab67.497155.9225-3.1675

#fd78ac color RGB value is (253,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111000 10101100
Octal 375 170 254
Decimal 253 120 172
Hex FD 78 AC

RGB Percentages of Color #fd78ac

%46.42
%22.02
%31.56

CMYK Percentages of Color #fd78ac

%0
%53
%32
%1

Triadic Colors of #fd78ac

#fd78ac #acfd78 #78acfd

Analogous Colors of #fd78ac

#fd78ac #fd8778 #fd78ef

Monochromatic Colors of #fd78ac

#fd78ac

Complementary Color

#fd78ac #78fdc9

#fd78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd78ac Color CSS Codes

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

#fd78ac Text Font Color

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

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


#fd78ac Background Color

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

This div background color is #fd78ac


#fd78ac Border Color

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

This div border color is #fd78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd78ac

Related Colors


Comments

No comments written yet.

Please login to write comment.