Color Hex Logo

#e324be Color Hex

#E324BE
(227,36,190)
0 Favorites   0 Comments

Color spaces of #e324be

RGB 22736190
HSL0.870.770.52
HSV312°84°89°
CMYK 0.000.840.16   0.11
XYZ41.603721.310450.6357
Yxy21.31040.36640.1877
Hunter Lab46.163280.0842-32.7201
CIE-Lab53.287580.9832-35.4901

#e324be color RGB value is (227,36,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 10111110
Octal 343 44 276
Decimal 227 36 190
Hex E3 24 BE

RGB Percentages of Color #e324be

%50.11
%7.95
%41.94

CMYK Percentages of Color #e324be

%0
%84
%16
%11

Triadic Colors of #e324be

#e324be #bee324 #24bee3

Analogous Colors of #e324be

#e324be #e3245f #a924e3

Monochromatic Colors of #e324be

#e324be

Complementary Color

#e324be #24e349

#e324be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324be Color CSS Codes

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

#e324be Text Font Color

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

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


#e324be Background Color

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

This div background color is #e324be


#e324be Border Color

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

This div border color is #e324be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324be


Comments

No comments written yet.

Please login to write comment.