Color Hex Logo

#e319eb Color Hex

#E319EB
(227,25,235)
0 Favorites   0 Comments

Color spaces of #e319eb

RGB 22725235
HSL0.830.840.51
HSV298°89°92°
CMYK 0.030.890.00   0.08
XYZ47.021623.024380.5631
Yxy23.02430.31220.1529
Hunter Lab47.983690.9498-65.9576
CIE-Lab55.097488.9941-58.3115

#e319eb color RGB value is (227,25,235).

#e319eb hex color red value is 227, green value is 25 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e319eb hue: 0.83 , saturation: 0.84 and the lightness value of e319eb is 0.51.

The process color (four color CMYK) of #e319eb color hex is 0.03, 0.89, 0.00, 0.08. Web safe color of #e319eb is #cc00ff. Color #e319eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 11101011
Octal 343 31 353
Decimal 227 25 235
Hex E3 19 EB

RGB Percentages of Color #e319eb

%46.61
%5.13
%48.25

CMYK Percentages of Color #e319eb

%3
%89
%0
%8

Triadic Colors of #e319eb

#e319eb #ebe319 #19ebe3

Analogous Colors of #e319eb

#e319eb #eb198a #7a19eb

Monochromatic Colors of #e319eb

#e319eb

Complementary Color

#e319eb #21eb19

#e319eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e319eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e319eb Color CSS Codes

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

#e319eb Text Font Color

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

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


#e319eb Background Color

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

This div background color is #e319eb


#e319eb Border Color

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

This div border color is #e319eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,25,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e319eb


Comments

No comments written yet.

Please login to write comment.