Color Hex Logo

#fd848c Color Hex

#FD848C
(253,132,140)
0 Favorites   0 Comments

Color spaces of #fd848c

RGB 253132140
HSL0.990.970.75
HSV356°48°99°
CMYK 0.000.480.45   0.01
XYZ53.492939.278629.5731
Yxy39.27860.43720.3210
Hunter Lab62.672642.677815.8939
CIE-Lab68.952646.640416.9484

#fd848c color RGB value is (253,132,140).

#fd848c hex color red value is 253, green value is 132 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fd848c hue: 0.99 , saturation: 0.97 and the lightness value of fd848c is 0.75.

The process color (four color CMYK) of #fd848c color hex is 0.00, 0.48, 0.45, 0.01. Web safe color of #fd848c is #ff9999. Color #fd848c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 10001100
Octal 375 204 214
Decimal 253 132 140
Hex FD 84 8C

RGB Percentages of Color #fd848c

%48.19
%25.14
%26.67

CMYK Percentages of Color #fd848c

%0
%48
%45
%1

Triadic Colors of #fd848c

#fd848c #8cfd84 #848cfd

Analogous Colors of #fd848c

#fd848c #fdb984 #fd84c9

Monochromatic Colors of #fd848c

#fd848c

Complementary Color

#fd848c #84fdf5

#fd848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd848c Color CSS Codes

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

#fd848c Text Font Color

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

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


#fd848c Background Color

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

This div background color is #fd848c


#fd848c Border Color

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

This div border color is #fd848c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd848c


Comments

No comments written yet.

Please login to write comment.