Color Hex Logo

#fd3adc Color Hex

#FD3ADC
(253,58,220)
0 Favorites   0 Comments

Color spaces of #fd3adc

RGB 25358220
HSL0.860.980.61
HSV310°77°99°
CMYK 0.000.770.13   0.01
XYZ54.939329.076170.4268
Yxy29.07610.35570.1883
Hunter Lab53.922387.5028-39.6919
CIE-Lab60.848785.2586-40.4663

#fd3adc color RGB value is (253,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111010 11011100
Octal 375 72 334
Decimal 253 58 220
Hex FD 3A DC

RGB Percentages of Color #fd3adc

%47.65
%10.92
%41.43

CMYK Percentages of Color #fd3adc

%0
%77
%13
%1

Triadic Colors of #fd3adc

#fd3adc #dcfd3a #3adcfd

Analogous Colors of #fd3adc

#fd3adc #fd3a7b #bd3afd

Monochromatic Colors of #fd3adc

#fd3adc

Complementary Color

#fd3adc #3afd5b

#fd3adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3adc Color CSS Codes

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

#fd3adc Text Font Color

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

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


#fd3adc Background Color

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

This div background color is #fd3adc


#fd3adc Border Color

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

This div border color is #fd3adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3adc


Comments

No comments written yet.

Please login to write comment.