Color Hex Logo

#fd43ae Color Hex

#FD43AE
(253,67,174)
0 Favorites   0 Comments

Color spaces of #fd43ae

RGB 25367174
HSL0.900.980.63
HSV325°74°99°
CMYK 0.000.740.31   0.01
XYZ50.155127.952942.7964
Yxy27.95290.41480.2312
Hunter Lab52.870576.8090-10.9834
CIE-Lab59.846277.1211-15.7335

#fd43ae color RGB value is (253,67,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000011 10101110
Octal 375 103 256
Decimal 253 67 174
Hex FD 43 AE

RGB Percentages of Color #fd43ae

%51.21
%13.56
%35.22

CMYK Percentages of Color #fd43ae

%0
%74
%31
%1

Triadic Colors of #fd43ae

#fd43ae #aefd43 #43aefd

Analogous Colors of #fd43ae

#fd43ae #fd4351 #ef43fd

Monochromatic Colors of #fd43ae

#fd43ae

Complementary Color

#fd43ae #43fd92

#fd43ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd43ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd43ae Color CSS Codes

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

#fd43ae Text Font Color

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

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


#fd43ae Background Color

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

This div background color is #fd43ae


#fd43ae Border Color

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

This div border color is #fd43ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd43ae

Related Colors


Comments

No comments written yet.

Please login to write comment.