Color Hex Logo

#e824ff Color Hex

#E824FF
(232,36,255)
0 Favorites   0 Comments

Color spaces of #e824ff

RGB 23236255
HSL0.821.000.57
HSV294°86°100°
CMYK 0.090.860.00   0.00
XYZ51.959625.637696.8177
Yxy25.63760.29790.1470
Hunter Lab50.633694.5659-77.9263
CIE-Lab57.691591.1973-65.2674

#e824ff color RGB value is (232,36,255).

#e824ff hex color red value is 232, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e824ff hue: 0.82 , saturation: 1.00 and the lightness value of e824ff is 0.57.

The process color (four color CMYK) of #e824ff color hex is 0.09, 0.86, 0.00, 0.00. Web safe color of #e824ff is #ff33ff. Color #e824ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100100 11111111
Octal 350 44 377
Decimal 232 36 255
Hex E8 24 FF

RGB Percentages of Color #e824ff

%44.36
%6.88
%48.76

CMYK Percentages of Color #e824ff

%9
%86
%0
%0

Triadic Colors of #e824ff

#e824ff #ffe824 #24ffe8

Analogous Colors of #e824ff

#e824ff #ff24a9 #7b24ff

Monochromatic Colors of #e824ff

#e824ff

Complementary Color

#e824ff #3bff24

#e824ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e824ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e824ff Color CSS Codes

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

#e824ff Text Font Color

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

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


#e824ff Background Color

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

This div background color is #e824ff


#e824ff Border Color

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

This div border color is #e824ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,36,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e824ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e824ff


Comments

No comments written yet.

Please login to write comment.