Color Hex Logo

#e324ba Color Hex

#E324BA
(227,36,186)
0 Favorites   0 Comments

Color spaces of #e324ba

RGB 22736186
HSL0.870.770.52
HSV313°84°89°
CMYK 0.000.840.18   0.11
XYZ41.172421.137848.3644
Yxy21.13780.37200.1910
Hunter Lab45.975979.3929-30.1871
CIE-Lab53.100080.4752-33.4612

#e324ba color RGB value is (227,36,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 10111010
Octal 343 44 272
Decimal 227 36 186
Hex E3 24 BA

RGB Percentages of Color #e324ba

%50.56
%8.02
%41.43

CMYK Percentages of Color #e324ba

%0
%84
%18
%11

Triadic Colors of #e324ba

#e324ba #bae324 #24bae3

Analogous Colors of #e324ba

#e324ba #e3245a #ad24e3

Monochromatic Colors of #e324ba

#e324ba

Complementary Color

#e324ba #24e34d

#e324ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324ba Color CSS Codes

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

#e324ba Text Font Color

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

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


#e324ba Background Color

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

This div background color is #e324ba


#e324ba Border Color

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

This div border color is #e324ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324ba


Comments

No comments written yet.

Please login to write comment.