Color Hex Logo

#e324bc Color Hex

#E324BC
(227,36,188)
0 Favorites   0 Comments

Color spaces of #e324bc

RGB 22736188
HSL0.870.770.52
HSV312°84°89°
CMYK 0.000.840.17   0.11
XYZ41.386521.223549.4922
Yxy21.22350.36920.1893
Hunter Lab46.069079.7365-31.4474
CIE-Lab53.193280.7279-34.4774

#e324bc color RGB value is (227,36,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100100 10111100
Octal 343 44 274
Decimal 227 36 188
Hex E3 24 BC

RGB Percentages of Color #e324bc

%50.33
%7.98
%41.69

CMYK Percentages of Color #e324bc

%0
%84
%17
%11

Triadic Colors of #e324bc

#e324bc #bce324 #24bce3

Analogous Colors of #e324bc

#e324bc #e3245d #ab24e3

Monochromatic Colors of #e324bc

#e324bc

Complementary Color

#e324bc #24e34b

#e324bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e324bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e324bc Color CSS Codes

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

#e324bc Text Font Color

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

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


#e324bc Background Color

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

This div background color is #e324bc


#e324bc Border Color

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

This div border color is #e324bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e324bc


Comments

No comments written yet.

Please login to write comment.