Color Hex Logo

#e368ec Color Hex

#E368EC
(227,104,236)
0 Favorites   0 Comments

Color spaces of #e368ec

RGB 227104236
HSL0.820.780.67
HSV296°56°93°
CMYK 0.040.560.00   0.07
XYZ51.769232.287782.8605
Yxy32.28770.31010.1934
Hunter Lab56.822363.1875-46.6835
CIE-Lab63.580065.3158-45.3897

#e368ec color RGB value is (227,104,236).

#e368ec hex color red value is 227, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e368ec hue: 0.82 , saturation: 0.78 and the lightness value of e368ec is 0.67.

The process color (four color CMYK) of #e368ec color hex is 0.04, 0.56, 0.00, 0.07. Web safe color of #e368ec is #cc66ff. Color #e368ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101000 11101100
Octal 343 150 354
Decimal 227 104 236
Hex E3 68 EC

RGB Percentages of Color #e368ec

%40.04
%18.34
%41.62

CMYK Percentages of Color #e368ec

%4
%56
%0
%7

Triadic Colors of #e368ec

#e368ec #ece368 #68ece3

Analogous Colors of #e368ec

#e368ec #ec68b3 #a168ec

Monochromatic Colors of #e368ec

#e368ec

Complementary Color

#e368ec #71ec68

#e368ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e368ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e368ec Color CSS Codes

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

#e368ec Text Font Color

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

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


#e368ec Background Color

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

This div background color is #e368ec


#e368ec Border Color

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

This div border color is #e368ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e368ec


Comments

No comments written yet.

Please login to write comment.