Color Hex Logo

#fd34ae Color Hex

#FD34AE
(253,52,174)
0 Favorites   0 Comments

Color spaces of #fd34ae

RGB 25352174
HSL0.900.980.60
HSV324°79°99°
CMYK 0.000.790.31   0.01
XYZ49.376026.394642.5367
Yxy26.39460.41740.2231
Hunter Lab51.375781.6449-13.1264
CIE-Lab58.409781.2096-17.9132

#fd34ae color RGB value is (253,52,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 10101110
Octal 375 64 256
Decimal 253 52 174
Hex FD 34 AE

RGB Percentages of Color #fd34ae

%52.82
%10.86
%36.33

CMYK Percentages of Color #fd34ae

%0
%79
%31
%1

Triadic Colors of #fd34ae

#fd34ae #aefd34 #34aefd

Analogous Colors of #fd34ae

#fd34ae #fd3449 #e834fd

Monochromatic Colors of #fd34ae

#fd34ae

Complementary Color

#fd34ae #34fd83

#fd34ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd34ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd34ae Color CSS Codes

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

#fd34ae Text Font Color

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

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


#fd34ae Background Color

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

This div background color is #fd34ae


#fd34ae Border Color

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

This div border color is #fd34ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd34ae


Comments

No comments written yet.

Please login to write comment.