Color Hex Logo

#e24adc Color Hex

#E24ADC
(226,74,220)
0 Favorites   0 Comments

Color spaces of #e24adc

RGB 22674220
HSL0.840.720.59
HSV302°67°89°
CMYK 0.000.670.03   0.11
XYZ46.731126.233670.3107
Yxy26.23360.32620.1831
Hunter Lab51.218773.2275-45.5374
CIE-Lab58.258174.5541-44.8378

#e24adc color RGB value is (226,74,220).

#e24adc hex color red value is 226, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e24adc hue: 0.84 , saturation: 0.72 and the lightness value of e24adc is 0.59.

The process color (four color CMYK) of #e24adc color hex is 0.00, 0.67, 0.03, 0.11. Web safe color of #e24adc is #cc33cc. Color #e24adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001010 11011100
Octal 342 112 334
Decimal 226 74 220
Hex E2 4A DC

RGB Percentages of Color #e24adc

%43.46
%14.23
%42.31

CMYK Percentages of Color #e24adc

%0
%67
%3
%11

Triadic Colors of #e24adc

#e24adc #dce24a #4adce2

Analogous Colors of #e24adc

#e24adc #e24a90 #9c4ae2

Monochromatic Colors of #e24adc

#e24adc

Complementary Color

#e24adc #4ae250

#e24adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24adc Color CSS Codes

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

#e24adc Text Font Color

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

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


#e24adc Background Color

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

This div background color is #e24adc


#e24adc Border Color

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

This div border color is #e24adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24adc


Comments

No comments written yet.

Please login to write comment.