Color Hex Logo

#e143ea Color Hex

#E143EA
(225,67,234)
0 Favorites   0 Comments

Color spaces of #e143ea

RGB 22567234
HSL0.820.800.59
HSV297°71°92°
CMYK 0.040.710.00   0.08
XYZ47.909825.962480.3280
Yxy25.96240.31070.1684
Hunter Lab50.953378.6697-57.8035
CIE-Lab58.001378.9513-53.1285

#e143ea color RGB value is (225,67,234).

#e143ea hex color red value is 225, green value is 67 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e143ea hue: 0.82 , saturation: 0.80 and the lightness value of e143ea is 0.59.

The process color (four color CMYK) of #e143ea color hex is 0.04, 0.71, 0.00, 0.08. Web safe color of #e143ea is #cc33ff. Color #e143ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 11101010
Octal 341 103 352
Decimal 225 67 234
Hex E1 43 EA

RGB Percentages of Color #e143ea

%42.78
%12.74
%44.49

CMYK Percentages of Color #e143ea

%4
%71
%0
%8

Triadic Colors of #e143ea

#e143ea #eae143 #43eae1

Analogous Colors of #e143ea

#e143ea #ea43a0 #8e43ea

Monochromatic Colors of #e143ea

#e143ea

Complementary Color

#e143ea #4cea43

#e143ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143ea Color CSS Codes

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

#e143ea Text Font Color

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

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


#e143ea Background Color

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

This div background color is #e143ea


#e143ea Border Color

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

This div border color is #e143ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,67,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e143ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e143ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e143ea;
  box-shadow:         1px 1px 3px 2px #e143ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,67,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143ea


Comments

No comments written yet.

Please login to write comment.