Color Hex Logo

#e329ef Color Hex

#E329EF
(227,41,239)
0 Favorites   0 Comments

Color spaces of #e329ef

RGB 22741239
HSL0.820.860.55
HSV296°83°94°
CMYK 0.050.830.00   0.06
XYZ48.051524.148883.7899
Yxy24.14880.30800.1548
Hunter Lab49.141488.5435-66.6950
CIE-Lab56.236586.9505-58.7310

#e329ef color RGB value is (227,41,239).

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

The process color (four color CMYK) of #e329ef color hex is 0.05, 0.83, 0.00, 0.06. Web safe color of #e329ef is #cc33ff. Color #e329ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 11101111
Octal 343 51 357
Decimal 227 41 239
Hex E3 29 EF

RGB Percentages of Color #e329ef

%44.77
%8.09
%47.14

CMYK Percentages of Color #e329ef

%5
%83
%0
%6

Triadic Colors of #e329ef

#e329ef #efe329 #29efe3

Analogous Colors of #e329ef

#e329ef #ef2998 #8029ef

Monochromatic Colors of #e329ef

#e329ef

Complementary Color

#e329ef #35ef29

#e329ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e329ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e329ef Color CSS Codes

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

#e329ef Text Font Color

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

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


#e329ef Background Color

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

This div background color is #e329ef


#e329ef Border Color

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

This div border color is #e329ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e329ef


Comments

No comments written yet.

Please login to write comment.