Color Hex Logo

#e50adc Color Hex

#E50ADC
(229,10,220)
0 Favorites   0 Comments

Color spaces of #e50adc

RGB 22910220
HSL0.840.920.47
HSV302°96°90°
CMYK 0.000.960.04   0.10
XYZ45.339922.042469.5751
Yxy22.04240.33110.1609
Hunter Lab46.949390.2196-54.9984
CIE-Lab54.072088.6423-51.4503

#e50adc color RGB value is (229,10,220).

#e50adc hex color red value is 229, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e50adc hue: 0.84 , saturation: 0.92 and the lightness value of e50adc is 0.47.

The process color (four color CMYK) of #e50adc color hex is 0.00, 0.96, 0.04, 0.10. Web safe color of #e50adc is #cc00cc. Color #e50adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001010 11011100
Octal 345 12 334
Decimal 229 10 220
Hex E5 A DC

RGB Percentages of Color #e50adc

%49.89
%2.18
%47.93

CMYK Percentages of Color #e50adc

%0
%96
%4
%10

Triadic Colors of #e50adc

#e50adc #dce50a #0adce5

Analogous Colors of #e50adc

#e50adc #e50a6f #810ae5

Monochromatic Colors of #e50adc

#e50adc

Complementary Color

#e50adc #0ae513

#e50adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50adc Color CSS Codes

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

#e50adc Text Font Color

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

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


#e50adc Background Color

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

This div background color is #e50adc


#e50adc Border Color

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

This div border color is #e50adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50adc


Comments

No comments written yet.

Please login to write comment.