Color Hex Logo

#fd488a Color Hex

#FD488A
(253,72,138)
0 Favorites   0 Comments

Color spaces of #fd488a

RGB 25372138
HSL0.940.980.64
HSV338°72°99°
CMYK 0.000.720.45   0.01
XYZ47.412827.352426.8254
Yxy27.35240.46670.2692
Hunter Lab52.299570.29736.1987
CIE-Lab59.299171.97684.4469

#fd488a color RGB value is (253,72,138).

#fd488a hex color red value is 253, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fd488a hue: 0.94 , saturation: 0.98 and the lightness value of fd488a is 0.64.

The process color (four color CMYK) of #fd488a color hex is 0.00, 0.72, 0.45, 0.01. Web safe color of #fd488a is #ff3399. Color #fd488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 10001010
Octal 375 110 212
Decimal 253 72 138
Hex FD 48 8A

RGB Percentages of Color #fd488a

%54.64
%15.55
%29.81

CMYK Percentages of Color #fd488a

%0
%72
%45
%1

Triadic Colors of #fd488a

#fd488a #8afd48 #488afd

Analogous Colors of #fd488a

#fd488a #fd6048 #fd48e5

Monochromatic Colors of #fd488a

#fd488a

Complementary Color

#fd488a #48fdbb

#fd488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd488a Color CSS Codes

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

#fd488a Text Font Color

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

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


#fd488a Background Color

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

This div background color is #fd488a


#fd488a Border Color

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

This div border color is #fd488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd488a


Comments

No comments written yet.

Please login to write comment.