Color Hex Logo

#e364eb Color Hex

#E364EB
(227,100,235)
0 Favorites   0 Comments

Color spaces of #e364eb

RGB 227100235
HSL0.820.770.66
HSV296°57°92°
CMYK 0.030.570.00   0.08
XYZ51.231131.443481.9663
Yxy31.44340.31120.1910
Hunter Lab56.074464.9522-47.4146
CIE-Lab62.880266.9125-45.9370

#e364eb color RGB value is (227,100,235).

#e364eb hex color red value is 227, green value is 100 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e364eb hue: 0.82 , saturation: 0.77 and the lightness value of e364eb is 0.66.

The process color (four color CMYK) of #e364eb color hex is 0.03, 0.57, 0.00, 0.08. Web safe color of #e364eb is #cc66ff. Color #e364eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100100 11101011
Octal 343 144 353
Decimal 227 100 235
Hex E3 64 EB

RGB Percentages of Color #e364eb

%40.39
%17.79
%41.81

CMYK Percentages of Color #e364eb

%3
%57
%0
%8

Triadic Colors of #e364eb

#e364eb #ebe364 #64ebe3

Analogous Colors of #e364eb

#e364eb #eb64b0 #a064eb

Monochromatic Colors of #e364eb

#e364eb

Complementary Color

#e364eb #6ceb64

#e364eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e364eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e364eb Color CSS Codes

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

#e364eb Text Font Color

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

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


#e364eb Background Color

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

This div background color is #e364eb


#e364eb Border Color

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

This div border color is #e364eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e364eb


Comments

No comments written yet.

Please login to write comment.