Color Hex Logo

#e316ee Color Hex

#E316EE
(227,22,238)
0 Favorites   0 Comments

Color spaces of #e316ee

RGB 22722238
HSL0.820.860.51
HSV297°91°93°
CMYK 0.050.910.00   0.07
XYZ47.398123.077882.8452
Yxy23.07780.30910.1505
Hunter Lab48.039492.0484-68.6197
CIE-Lab55.152489.8096-59.9088

#e316ee color RGB value is (227,22,238).

#e316ee hex color red value is 227, green value is 22 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e316ee hue: 0.82 , saturation: 0.86 and the lightness value of e316ee is 0.51.

The process color (four color CMYK) of #e316ee color hex is 0.05, 0.91, 0.00, 0.07. Web safe color of #e316ee is #cc00ff. Color #e316ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010110 11101110
Octal 343 26 356
Decimal 227 22 238
Hex E3 16 EE

RGB Percentages of Color #e316ee

%46.61
%4.52
%48.87

CMYK Percentages of Color #e316ee

%5
%91
%0
%7

Triadic Colors of #e316ee

#e316ee #eee316 #16eee3

Analogous Colors of #e316ee

#e316ee #ee168d #7716ee

Monochromatic Colors of #e316ee

#e316ee

Complementary Color

#e316ee #21ee16

#e316ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e316ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e316ee Color CSS Codes

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

#e316ee Text Font Color

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

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


#e316ee Background Color

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

This div background color is #e316ee


#e316ee Border Color

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

This div border color is #e316ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e316ee


Comments

No comments written yet.

Please login to write comment.