Color Hex Logo

#e324da Color Hex

#E324DA
(227,36,218)
0 Favorites   0 Comments

Color spaces of #e324da

RGB 22736218
HSL0.840.770.52
HSV303°84°89°
CMYK 0.000.840.04   0.11
XYZ44.964322.654668.3326
Yxy22.65460.33070.1666
Hunter Lab47.596885.3328-51.8021
CIE-Lab54.714884.7898-49.3104

#e324da color RGB value is (227,36,218).

#e324da hex color red value is 227, green value is 36 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e324da hue: 0.84 , saturation: 0.77 and the lightness value of e324da is 0.52.

The process color (four color CMYK) of #e324da color hex is 0.00, 0.84, 0.04, 0.11. Web safe color of #e324da is #cc33cc. Color #e324da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 11011010
Octal 343 44 332
Decimal 227 36 218
Hex E3 24 DA

RGB Percentages of Color #e324da

%47.19
%7.48
%45.32

CMYK Percentages of Color #e324da

%0
%84
%4
%11

Triadic Colors of #e324da

#e324da #dae324 #24dae3

Analogous Colors of #e324da

#e324da #e3247b #8d24e3

Monochromatic Colors of #e324da

#e324da

Complementary Color

#e324da #24e32d

#e324da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324da Color CSS Codes

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

#e324da Text Font Color

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

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


#e324da Background Color

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

This div background color is #e324da


#e324da Border Color

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

This div border color is #e324da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324da


Comments

No comments written yet.

Please login to write comment.