Color Hex Logo

#fd43a4 Color Hex

#FD43A4
(253,67,164)
0 Favorites   0 Comments

Color spaces of #fd43a4

RGB 25367164
HSL0.910.980.63
HSV329°74°99°
CMYK 0.000.740.35   0.01
XYZ49.216027.577337.8509
Yxy27.57730.42930.2405
Hunter Lab52.514175.3898-5.9749
CIE-Lab59.504976.0543-10.4461

#fd43a4 color RGB value is (253,67,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000011 10100100
Octal 375 103 244
Decimal 253 67 164
Hex FD 43 A4

RGB Percentages of Color #fd43a4

%52.27
%13.84
%33.88

CMYK Percentages of Color #fd43a4

%0
%74
%35
%1

Triadic Colors of #fd43a4

#fd43a4 #a4fd43 #43a4fd

Analogous Colors of #fd43a4

#fd43a4 #fd4347 #f943fd

Monochromatic Colors of #fd43a4

#fd43a4

Complementary Color

#fd43a4 #43fd9c

#fd43a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd43a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd43a4 Color CSS Codes

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

#fd43a4 Text Font Color

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

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


#fd43a4 Background Color

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

This div background color is #fd43a4


#fd43a4 Border Color

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

This div border color is #fd43a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd43a4

Related Colors


Comments

No comments written yet.

Please login to write comment.