Color Hex Logo

#e324b2 Color Hex

#E324B2
(227,36,178)
0 Favorites   0 Comments

Color spaces of #e324b2

RGB 22736178
HSL0.880.770.52
HSV315°84°89°
CMYK 0.000.840.22   0.11
XYZ40.345320.807044.0092
Yxy20.80700.38370.1979
Hunter Lab45.614778.0540-25.2729
CIE-Lab52.737679.4867-29.3606

#e324b2 color RGB value is (227,36,178).

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

The process color (four color CMYK) of #e324b2 color hex is 0.00, 0.84, 0.22, 0.11. Web safe color of #e324b2 is #cc3399. Color #e324b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 10110010
Octal 343 44 262
Decimal 227 36 178
Hex E3 24 B2

RGB Percentages of Color #e324b2

%51.47
%8.16
%40.36

CMYK Percentages of Color #e324b2

%0
%84
%22
%11

Triadic Colors of #e324b2

#e324b2 #b2e324 #24b2e3

Analogous Colors of #e324b2

#e324b2 #e32452 #b524e3

Monochromatic Colors of #e324b2

#e324b2

Complementary Color

#e324b2 #24e355

#e324b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324b2 Color CSS Codes

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

#e324b2 Text Font Color

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

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


#e324b2 Background Color

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

This div background color is #e324b2


#e324b2 Border Color

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

This div border color is #e324b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324b2


Comments

No comments written yet.

Please login to write comment.