Color Hex Logo

#fd948a Color Hex

#FD948A
(253,148,138)
0 Favorites   0 Comments

Color spaces of #fd948a

RGB 253148138
HSL0.010.970.77
HSV45°99°
CMYK 0.000.420.45   0.01
XYZ55.685443.897429.5829
Yxy43.89740.43110.3399
Hunter Lab66.255134.077419.9056
CIE-Lab72.159938.380622.4638

#fd948a color RGB value is (253,148,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 10001010
Octal 375 224 212
Decimal 253 148 138
Hex FD 94 8A

RGB Percentages of Color #fd948a

%46.94
%27.46
%25.60

CMYK Percentages of Color #fd948a

%0
%42
%45
%1

Triadic Colors of #fd948a

#fd948a #8afd94 #948afd

Analogous Colors of #fd948a

#fd948a #fdce8a #fd8aba

Monochromatic Colors of #fd948a

#fd948a

Complementary Color

#fd948a #8af3fd

#fd948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd948a Color CSS Codes

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

#fd948a Text Font Color

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

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


#fd948a Background Color

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

This div background color is #fd948a


#fd948a Border Color

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

This div border color is #fd948a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,148,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 #fd948a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd948a

Related Colors


Comments

No comments written yet.

Please login to write comment.