Color Hex Logo

#e345ee Color Hex

#E345EE
(227,69,238)
0 Favorites   0 Comments

Color spaces of #e345ee

RGB 22769238
HSL0.820.830.60
HSV296°71°93°
CMYK 0.050.710.00   0.07
XYZ49.239326.760283.4590
Yxy26.76020.30880.1678
Hunter Lab51.730379.3767-59.4443
CIE-Lab58.751779.3643-54.1528

#e345ee color RGB value is (227,69,238).

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

The process color (four color CMYK) of #e345ee color hex is 0.05, 0.71, 0.00, 0.07. Web safe color of #e345ee is #cc33ff. Color #e345ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000101 11101110
Octal 343 105 356
Decimal 227 69 238
Hex E3 45 EE

RGB Percentages of Color #e345ee

%42.51
%12.92
%44.57

CMYK Percentages of Color #e345ee

%5
%71
%0
%7

Triadic Colors of #e345ee

#e345ee #eee345 #45eee3

Analogous Colors of #e345ee

#e345ee #ee45a5 #8f45ee

Monochromatic Colors of #e345ee

#e345ee

Complementary Color

#e345ee #50ee45

#e345ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e345ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e345ee Color CSS Codes

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

#e345ee Text Font Color

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

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


#e345ee Background Color

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

This div background color is #e345ee


#e345ee Border Color

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

This div border color is #e345ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e345ee


Comments

No comments written yet.

Please login to write comment.