Color Hex Logo

#e330ed Color Hex

#E330ED
(227,48,237)
0 Favorites   0 Comments

Color spaces of #e330ed

RGB 22748237
HSL0.820.840.56
HSV297°80°93°
CMYK 0.040.800.00   0.07
XYZ48.021624.559282.3301
Yxy24.55920.31000.1585
Hunter Lab49.557286.2436-63.8092
CIE-Lab56.643485.1139-56.9589

#e330ed color RGB value is (227,48,237).

#e330ed hex color red value is 227, green value is 48 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e330ed hue: 0.82 , saturation: 0.84 and the lightness value of e330ed is 0.56.

The process color (four color CMYK) of #e330ed color hex is 0.04, 0.80, 0.00, 0.07. Web safe color of #e330ed is #cc33ff. Color #e330ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 11101101
Octal 343 60 355
Decimal 227 48 237
Hex E3 30 ED

RGB Percentages of Color #e330ed

%44.34
%9.38
%46.29

CMYK Percentages of Color #e330ed

%4
%80
%0
%7

Triadic Colors of #e330ed

#e330ed #ede330 #30ede3

Analogous Colors of #e330ed

#e330ed #ed3099 #8530ed

Monochromatic Colors of #e330ed

#e330ed

Complementary Color

#e330ed #3aed30

#e330ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e330ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e330ed Color CSS Codes

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

#e330ed Text Font Color

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

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


#e330ed Background Color

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

This div background color is #e330ed


#e330ed Border Color

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

This div border color is #e330ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e330ed


Comments

No comments written yet.

Please login to write comment.