Color Hex Logo

#e43ba2 Color Hex

#E43BA2
(228,59,162)
0 Favorites   0 Comments

Color spaces of #e43ba2

RGB 22859162
HSL0.900.760.56
HSV323°74°89°
CMYK 0.000.740.29   0.11
XYZ40.080522.230536.3609
Yxy22.23050.40620.2253
Hunter Lab47.149269.2277-12.7192
CIE-Lab54.270772.0546-17.6006

#e43ba2 color RGB value is (228,59,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111011 10100010
Octal 344 73 242
Decimal 228 59 162
Hex E4 3B A2

RGB Percentages of Color #e43ba2

%50.78
%13.14
%36.08

CMYK Percentages of Color #e43ba2

%0
%74
%29
%11

Triadic Colors of #e43ba2

#e43ba2 #a2e43b #3ba2e4

Analogous Colors of #e43ba2

#e43ba2 #e43b4d #d23be4

Monochromatic Colors of #e43ba2

#e43ba2

Complementary Color

#e43ba2 #3be47d

#e43ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43ba2 Color CSS Codes

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

#e43ba2 Text Font Color

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

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


#e43ba2 Background Color

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

This div background color is #e43ba2


#e43ba2 Border Color

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

This div border color is #e43ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43ba2


Comments

No comments written yet.

Please login to write comment.