Color Hex Logo

#e43bca Color Hex

#E43BCA
(228,59,202)
0 Favorites   0 Comments

Color spaces of #e43bca

RGB 22859202
HSL0.860.760.56
HSV309°74°89°
CMYK 0.000.740.11   0.11
XYZ44.219523.886258.1570
Yxy23.88620.35020.1892
Hunter Lab48.873575.9736-36.3406
CIE-Lab55.973777.2003-38.1796

#e43bca color RGB value is (228,59,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111011 11001010
Octal 344 73 312
Decimal 228 59 202
Hex E4 3B CA

RGB Percentages of Color #e43bca

%46.63
%12.07
%41.31

CMYK Percentages of Color #e43bca

%0
%74
%11
%11

Triadic Colors of #e43bca

#e43bca #cae43b #3bcae4

Analogous Colors of #e43bca

#e43bca #e43b76 #aa3be4

Monochromatic Colors of #e43bca

#e43bca

Complementary Color

#e43bca #3be455

#e43bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43bca Color CSS Codes

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

#e43bca Text Font Color

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

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


#e43bca Background Color

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

This div background color is #e43bca


#e43bca Border Color

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

This div border color is #e43bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43bca


Comments

No comments written yet.

Please login to write comment.