Color Hex Logo

#ff4adc Color Hex

#FF4ADC
(255,74,220)
0 Favorites   0 Comments

Color spaces of #ff4adc

RGB 25574220
HSL0.871.000.65
HSV312°71°100°
CMYK 0.000.710.14   0.00
XYZ56.607031.324970.7729
Yxy31.32490.35670.1974
Hunter Lab55.968782.5907-35.7947
CIE-Lab62.781081.1025-37.4177

#ff4adc color RGB value is (255,74,220).

#ff4adc hex color red value is 255, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff4adc hue: 0.87 , saturation: 1.00 and the lightness value of ff4adc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001010 11011100
Octal 377 112 334
Decimal 255 74 220
Hex FF 4A DC

RGB Percentages of Color #ff4adc

%46.45
%13.48
%40.07

CMYK Percentages of Color #ff4adc

%0
%71
%14
%0

Triadic Colors of #ff4adc

#ff4adc #dcff4a #4adcff

Analogous Colors of #ff4adc

#ff4adc #ff4a82 #c84aff

Monochromatic Colors of #ff4adc

#ff4adc

Complementary Color

#ff4adc #4aff6d

#ff4adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4adc Color CSS Codes

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

#ff4adc Text Font Color

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

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


#ff4adc Background Color

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

This div background color is #ff4adc


#ff4adc Border Color

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

This div border color is #ff4adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4adc

Related Colors

#ff4adc Color Palettes


Comments

No comments written yet.

Please login to write comment.