Color Hex Logo

#fd4adf Color Hex

#FD4ADF
(253,74,223)
0 Favorites   0 Comments

Color spaces of #fd4adf

RGB 25374223
HSL0.860.980.64
HSV310°71°99°
CMYK 0.000.710.12   0.01
XYZ56.276131.107972.8504
Yxy31.10790.35120.1941
Hunter Lab55.774582.5002-38.4001
CIE-Lab62.598681.0671-39.4110

#fd4adf color RGB value is (253,74,223).

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

The process color (four color CMYK) of #fd4adf color hex is 0.00, 0.71, 0.12, 0.01. Web safe color of #fd4adf is #ff33cc. Color #fd4adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 11011111
Octal 375 112 337
Decimal 253 74 223
Hex FD 4A DF

RGB Percentages of Color #fd4adf

%46.00
%13.45
%40.55

CMYK Percentages of Color #fd4adf

%0
%71
%12
%1

Triadic Colors of #fd4adf

#fd4adf #dffd4a #4adffd

Analogous Colors of #fd4adf

#fd4adf #fd4a86 #c24afd

Monochromatic Colors of #fd4adf

#fd4adf

Complementary Color

#fd4adf #4afd68

#fd4adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4adf Color CSS Codes

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

#fd4adf Text Font Color

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

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


#fd4adf Background Color

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

This div background color is #fd4adf


#fd4adf Border Color

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

This div border color is #fd4adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4adf


Comments

No comments written yet.

Please login to write comment.