Color Hex Logo

#e330ee Color Hex

#E330EE
(227,48,238)
0 Favorites   0 Comments

Color spaces of #e330ee

RGB 22748238
HSL0.820.850.56
HSV297°80°93°
CMYK 0.050.800.00   0.07
XYZ48.168124.617883.1019
Yxy24.61780.30900.1579
Hunter Lab49.616386.4613-64.5728
CIE-Lab56.701185.2696-57.4269

#e330ee color RGB value is (227,48,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 11101110
Octal 343 60 356
Decimal 227 48 238
Hex E3 30 EE

RGB Percentages of Color #e330ee

%44.25
%9.36
%46.39

CMYK Percentages of Color #e330ee

%5
%80
%0
%7

Triadic Colors of #e330ee

#e330ee #eee330 #30eee3

Analogous Colors of #e330ee

#e330ee #ee309a #8430ee

Monochromatic Colors of #e330ee

#e330ee

Complementary Color

#e330ee #3bee30

#e330ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e330ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e330ee Color CSS Codes

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

#e330ee Text Font Color

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

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


#e330ee Background Color

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

This div background color is #e330ee


#e330ee Border Color

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

This div border color is #e330ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e330ee


Comments

No comments written yet.

Please login to write comment.