Color Hex Logo

#fd48a4 Color Hex

#FD48A4
(253,72,164)
0 Favorites   0 Comments

Color spaces of #fd48a4

RGB 25372164
HSL0.920.980.64
HSV330°72°99°
CMYK 0.000.720.35   0.01
XYZ49.526228.197737.9543
Yxy28.19770.42810.2438
Hunter Lab53.101573.5540-5.2065
CIE-Lab60.066974.4736-9.6051

#fd48a4 color RGB value is (253,72,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 10100100
Octal 375 110 244
Decimal 253 72 164
Hex FD 48 A4

RGB Percentages of Color #fd48a4

%51.74
%14.72
%33.54

CMYK Percentages of Color #fd48a4

%0
%72
%35
%1

Triadic Colors of #fd48a4

#fd48a4 #a4fd48 #48a4fd

Analogous Colors of #fd48a4

#fd48a4 #fd4849 #fc48fd

Monochromatic Colors of #fd48a4

#fd48a4

Complementary Color

#fd48a4 #48fda1

#fd48a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd48a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd48a4 Color CSS Codes

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

#fd48a4 Text Font Color

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

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


#fd48a4 Background Color

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

This div background color is #fd48a4


#fd48a4 Border Color

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

This div border color is #fd48a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd48a4


Comments

No comments written yet.

Please login to write comment.