Color Hex Logo

#e324dd Color Hex

#E324DD
(227,36,221)
0 Favorites   0 Comments

Color spaces of #e324dd

RGB 22736221
HSL0.840.770.52
HSV302°84°89°
CMYK 0.000.840.03   0.11
XYZ45.360622.813170.4192
Yxy22.81310.32730.1646
Hunter Lab47.763185.9362-53.9797
CIE-Lab54.879385.2218-50.7522

#e324dd color RGB value is (227,36,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 11011101
Octal 343 44 335
Decimal 227 36 221
Hex E3 24 DD

RGB Percentages of Color #e324dd

%46.90
%7.44
%45.66

CMYK Percentages of Color #e324dd

%0
%84
%3
%11

Triadic Colors of #e324dd

#e324dd #dde324 #24dde3

Analogous Colors of #e324dd

#e324dd #e3247e #8a24e3

Monochromatic Colors of #e324dd

#e324dd

Complementary Color

#e324dd #24e32a

#e324dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324dd Color CSS Codes

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

#e324dd Text Font Color

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

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


#e324dd Background Color

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

This div background color is #e324dd


#e324dd Border Color

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

This div border color is #e324dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324dd


Comments

No comments written yet.

Please login to write comment.