Color Hex Logo

#fd7adc Color Hex

#FD7ADC
(253,122,220)
0 Favorites   0 Comments

Color spaces of #fd7adc

RGB 253122220
HSL0.880.970.74
HSV315°52°99°
CMYK 0.000.520.13   0.01
XYZ60.385839.969072.2423
Yxy39.96900.34990.2316
Hunter Lab63.221059.8581-23.4956
CIE-Lab69.447461.5274-27.1146

#fd7adc color RGB value is (253,122,220).

#fd7adc hex color red value is 253, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd7adc hue: 0.88 , saturation: 0.97 and the lightness value of fd7adc is 0.74.

The process color (four color CMYK) of #fd7adc color hex is 0.00, 0.52, 0.13, 0.01. Web safe color of #fd7adc is #ff66cc. Color #fd7adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111010 11011100
Octal 375 172 334
Decimal 253 122 220
Hex FD 7A DC

RGB Percentages of Color #fd7adc

%42.52
%20.50
%36.97

CMYK Percentages of Color #fd7adc

%0
%52
%13
%1

Triadic Colors of #fd7adc

#fd7adc #dcfd7a #7adcfd

Analogous Colors of #fd7adc

#fd7adc #fd7a9b #dd7afd

Monochromatic Colors of #fd7adc

#fd7adc

Complementary Color

#fd7adc #7afd9b

#fd7adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7adc Color CSS Codes

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

#fd7adc Text Font Color

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

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


#fd7adc Background Color

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

This div background color is #fd7adc


#fd7adc Border Color

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

This div border color is #fd7adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7adc

Related Colors


Comments

No comments written yet.

Please login to write comment.