Color Hex Logo

#e43bac Color Hex

#E43BAC
(228,59,172)
0 Favorites   0 Comments

Color spaces of #e43bac

RGB 22859172
HSL0.890.760.56
HSV320°74°89°
CMYK 0.000.740.25   0.11
XYZ41.005322.600541.2308
Yxy22.60050.39110.2156
Hunter Lab47.540070.7690-18.1434
CIE-Lab54.658473.2452-22.8691

#e43bac color RGB value is (228,59,172).

#e43bac hex color red value is 228, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e43bac hue: 0.89 , saturation: 0.76 and the lightness value of e43bac is 0.56.

The process color (four color CMYK) of #e43bac color hex is 0.00, 0.74, 0.25, 0.11. Web safe color of #e43bac is #cc3399. Color #e43bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111011 10101100
Octal 344 73 254
Decimal 228 59 172
Hex E4 3B AC

RGB Percentages of Color #e43bac

%49.67
%12.85
%37.47

CMYK Percentages of Color #e43bac

%0
%74
%25
%11

Triadic Colors of #e43bac

#e43bac #ace43b #3bace4

Analogous Colors of #e43bac

#e43bac #e43b58 #c83be4

Monochromatic Colors of #e43bac

#e43bac

Complementary Color

#e43bac #3be473

#e43bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43bac Color CSS Codes

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

#e43bac Text Font Color

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

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


#e43bac Background Color

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

This div background color is #e43bac


#e43bac Border Color

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

This div border color is #e43bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,59,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e43bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e43bac;
  -webkit-box-shadow: 1px 1px 3px 2px #e43bac;
  box-shadow:         1px 1px 3px 2px #e43bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,59,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43bac


Comments

No comments written yet.

Please login to write comment.