Color Hex Logo

#e43fea Color Hex

#E43FEA
(228,63,234)
0 Favorites   0 Comments

Color spaces of #e43fea

RGB 22863234
HSL0.830.800.58
HSV298°73°92°
CMYK 0.030.730.00   0.08
XYZ48.623725.989580.2956
Yxy25.98950.31390.1678
Hunter Lab50.979981.0352-57.6985
CIE-Lab58.027180.8071-53.0598

#e43fea color RGB value is (228,63,234).

#e43fea hex color red value is 228, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e43fea hue: 0.83 , saturation: 0.80 and the lightness value of e43fea is 0.58.

The process color (four color CMYK) of #e43fea color hex is 0.03, 0.73, 0.00, 0.08. Web safe color of #e43fea is #cc33ff. Color #e43fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111111 11101010
Octal 344 77 352
Decimal 228 63 234
Hex E4 3F EA

RGB Percentages of Color #e43fea

%43.43
%12.00
%44.57

CMYK Percentages of Color #e43fea

%3
%73
%0
%8

Triadic Colors of #e43fea

#e43fea #eae43f #3feae4

Analogous Colors of #e43fea

#e43fea #ea3f9b #8f3fea

Monochromatic Colors of #e43fea

#e43fea

Complementary Color

#e43fea #45ea3f

#e43fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43fea Color CSS Codes

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

#e43fea Text Font Color

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

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


#e43fea Background Color

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

This div background color is #e43fea


#e43fea Border Color

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

This div border color is #e43fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,63,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 #e43fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43fea


Comments

No comments written yet.

Please login to write comment.