Color Hex Logo

#e403ee Color Hex

#E403EE
(228,3,238)
0 Favorites   0 Comments

Color spaces of #e403ee

RGB 2283238
HSL0.830.980.47
HSV297°99°93°
CMYK 0.040.990.00   0.07
XYZ47.460122.732282.7752
Yxy22.73220.31030.1486
Hunter Lab47.678394.2461-69.5597
CIE-Lab54.795491.5210-60.4728

#e403ee color RGB value is (228,3,238).

#e403ee hex color red value is 228, green value is 3 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e403ee hue: 0.83 , saturation: 0.98 and the lightness value of e403ee is 0.47.

The process color (four color CMYK) of #e403ee color hex is 0.04, 0.99, 0.00, 0.07. Web safe color of #e403ee is #cc00ff. Color #e403ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000011 11101110
Octal 344 3 356
Decimal 228 3 238
Hex E4 3 EE

RGB Percentages of Color #e403ee

%48.61
%0.64
%50.75

CMYK Percentages of Color #e403ee

%4
%99
%0
%7

Triadic Colors of #e403ee

#e403ee #eee403 #03eee4

Analogous Colors of #e403ee

#e403ee #ee0383 #6f03ee

Monochromatic Colors of #e403ee

#e403ee

Complementary Color

#e403ee #0dee03

#e403ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e403ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e403ee Color CSS Codes

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

#e403ee Text Font Color

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

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


#e403ee Background Color

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

This div background color is #e403ee


#e403ee Border Color

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

This div border color is #e403ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e403ee


Comments

No comments written yet.

Please login to write comment.