color codes Logo

#e413ee color codes

#E413EE
(228,19,238)
0 Favorites   0 Comments

Color spaces of #e413ee

RGB 22819238
HSL0.830.870.50
HSV297°92°93°
CMYK 0.040.920.00   0.07
XYZ47.660423.132882.8420
Yxy23.13280.31020.1506
Hunter Lab48.096692.7123-68.4541
CIE-Lab55.208990.2962-59.8090

#e413ee color RGB value is (228,19,238).

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

The process color (four color CMYK) of #e413ee color code is 0.04, 0.92, 0.00, 0.07. Web safe color of #e413ee is #cc00ff. Color #e413ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010011 11101110
Octal 344 23 356
Decimal 228 19 238
Hex E4 13 EE

RGB Percentages of Color #e413ee

%47.01
%3.92
%49.07

CMYK Percentages of Color #e413ee

%4
%92
%0
%7

Triadic Colors of #e413ee

#e413ee #eee413 #13eee4

Analogous Colors of #e413ee

#e413ee #ee138b #7713ee

Monochromatic Colors of #e413ee

#e413ee

Complementary Color

#e413ee #1dee13

#e413ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e413ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e413ee Color CSS Codes

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

#e413ee Text Font Color

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

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


#e413ee Background Color

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

This div background color is #e413ee


#e413ee Border Color

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

This div border color is #e413ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e413ee


Comments

No comments written yet.

Please login to write comment.