Color Hex Logo

#fd919d Color Hex

#FD919D
(253,145,157)
0 Favorites   0 Comments

Color spaces of #fd919d

RGB 253145157
HSL0.980.960.78
HSV353°43°99°
CMYK 0.000.430.38   0.01
XYZ56.719243.567837.3183
Yxy43.56780.41220.3166
Hunter Lab66.005937.875612.6829
CIE-Lab71.938741.907311.6541

#fd919d color RGB value is (253,145,157).

#fd919d hex color red value is 253, green value is 145 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fd919d hue: 0.98 , saturation: 0.96 and the lightness value of fd919d is 0.78.

The process color (four color CMYK) of #fd919d color hex is 0.00, 0.43, 0.38, 0.01. Web safe color of #fd919d is #ff9999. Color #fd919d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 10011101
Octal 375 221 235
Decimal 253 145 157
Hex FD 91 9D

RGB Percentages of Color #fd919d

%45.59
%26.13
%28.29

CMYK Percentages of Color #fd919d

%0
%43
%38
%1

Triadic Colors of #fd919d

#fd919d #9dfd91 #919dfd

Analogous Colors of #fd919d

#fd919d #fdbb91 #fd91d3

Monochromatic Colors of #fd919d

#fd919d

Complementary Color

#fd919d #91fdf1

#fd919d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd919d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd919d Color CSS Codes

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

#fd919d Text Font Color

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

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


#fd919d Background Color

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

This div background color is #fd919d


#fd919d Border Color

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

This div border color is #fd919d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd919d


Comments

No comments written yet.

Please login to write comment.