Color Hex Logo

#fd42af Color Hex

#FD42AF
(253,66,175)
0 Favorites   0 Comments

Color spaces of #fd42af

RGB 25366175
HSL0.900.980.63
HSV325°74°99°
CMYK 0.000.740.31   0.01
XYZ50.194127.874243.2922
Yxy27.87420.41360.2297
Hunter Lab52.796077.3100-11.6600
CIE-Lab59.774977.5329-16.4199

#fd42af color RGB value is (253,66,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 10101111
Octal 375 102 257
Decimal 253 66 175
Hex FD 42 AF

RGB Percentages of Color #fd42af

%51.21
%13.36
%35.43

CMYK Percentages of Color #fd42af

%0
%74
%31
%1

Triadic Colors of #fd42af

#fd42af #affd42 #42affd

Analogous Colors of #fd42af

#fd42af #fd4252 #ee42fd

Monochromatic Colors of #fd42af

#fd42af

Complementary Color

#fd42af #42fd90

#fd42af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd42af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd42af Color CSS Codes

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

#fd42af Text Font Color

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

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


#fd42af Background Color

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

This div background color is #fd42af


#fd42af Border Color

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

This div border color is #fd42af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd42af


Comments

No comments written yet.

Please login to write comment.