Color Hex Logo

#fd78bc Color Hex

#FD78BC
(253,120,188)
0 Favorites   0 Comments

Color spaces of #fd78bc

RGB 253120188
HSL0.910.970.73
HSV329°53°99°
CMYK 0.000.530.26   0.01
XYZ56.301637.946451.9339
Yxy37.94640.38510.2596
Hunter Lab61.600655.3438-6.8654
CIE-Lab67.981157.9302-11.4695

#fd78bc color RGB value is (253,120,188).

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

The process color (four color CMYK) of #fd78bc color hex is 0.00, 0.53, 0.26, 0.01. Web safe color of #fd78bc is #ff66cc. Color #fd78bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111000 10111100
Octal 375 170 274
Decimal 253 120 188
Hex FD 78 BC

RGB Percentages of Color #fd78bc

%45.10
%21.39
%33.51

CMYK Percentages of Color #fd78bc

%0
%53
%26
%1

Triadic Colors of #fd78bc

#fd78bc #bcfd78 #78bcfd

Analogous Colors of #fd78bc

#fd78bc #fd787a #fc78fd

Monochromatic Colors of #fd78bc

#fd78bc

Complementary Color

#fd78bc #78fdb9

#fd78bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd78bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd78bc Color CSS Codes

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

#fd78bc Text Font Color

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

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


#fd78bc Background Color

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

This div background color is #fd78bc


#fd78bc Border Color

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

This div border color is #fd78bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd78bc


Comments

No comments written yet.

Please login to write comment.