Color Hex Logo

#fd4adc Color Hex

#FD4ADC
(253,74,220)
0 Favorites   0 Comments

Color spaces of #fd4adc

RGB 25374220
HSL0.860.980.64
HSV311°71°99°
CMYK 0.000.710.13   0.01
XYZ55.875130.947570.7387
Yxy30.94750.35460.1964
Hunter Lab55.630581.9316-36.4507
CIE-Lab62.463380.6508-37.9375

#fd4adc color RGB value is (253,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 11011100
Octal 375 112 334
Decimal 253 74 220
Hex FD 4A DC

RGB Percentages of Color #fd4adc

%46.25
%13.53
%40.22

CMYK Percentages of Color #fd4adc

%0
%71
%13
%1

Triadic Colors of #fd4adc

#fd4adc #dcfd4a #4adcfd

Analogous Colors of #fd4adc

#fd4adc #fd4a83 #c54afd

Monochromatic Colors of #fd4adc

#fd4adc

Complementary Color

#fd4adc #4afd6b

#fd4adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4adc Color CSS Codes

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

#fd4adc Text Font Color

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

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


#fd4adc Background Color

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

This div background color is #fd4adc


#fd4adc Border Color

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

This div border color is #fd4adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4adc


Comments

No comments written yet.

Please login to write comment.