Color Hex Logo

#e530ee Color Hex

#E530EE
(229,48,238)
0 Favorites   0 Comments

Color spaces of #e530ee

RGB 22948238
HSL0.830.850.56
HSV297°80°93°
CMYK 0.040.800.00   0.07
XYZ48.802724.945083.1316
Yxy24.94500.31110.1590
Hunter Lab49.945087.0139-63.7246
CIE-Lab57.021885.6304-56.8958

#e530ee color RGB value is (229,48,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 11101110
Octal 345 60 356
Decimal 229 48 238
Hex E5 30 EE

RGB Percentages of Color #e530ee

%44.47
%9.32
%46.21

CMYK Percentages of Color #e530ee

%4
%80
%0
%7

Triadic Colors of #e530ee

#e530ee #eee530 #30eee5

Analogous Colors of #e530ee

#e530ee #ee3098 #8630ee

Monochromatic Colors of #e530ee

#e530ee

Complementary Color

#e530ee #39ee30

#e530ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e530ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e530ee Color CSS Codes

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

#e530ee Text Font Color

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

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


#e530ee Background Color

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

This div background color is #e530ee


#e530ee Border Color

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

This div border color is #e530ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e530ee


Comments

No comments written yet.

Please login to write comment.