Color Hex Logo

#e483ee Color Hex

#E483EE
(228,131,238)
0 Favorites   0 Comments

Color spaces of #e483ee

RGB 228131238
HSL0.820.760.72
HSV294°45°93°
CMYK 0.040.450.00   0.07
XYZ55.543838.899685.4698
Yxy38.89960.30870.2162
Hunter Lab62.369549.8182-37.5910
CIE-Lab68.678553.0317-38.4960

#e483ee color RGB value is (228,131,238).

#e483ee hex color red value is 228, green value is 131 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e483ee hue: 0.82 , saturation: 0.76 and the lightness value of e483ee is 0.72.

The process color (four color CMYK) of #e483ee color hex is 0.04, 0.45, 0.00, 0.07. Web safe color of #e483ee is #cc99ff. Color #e483ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 11101110
Octal 344 203 356
Decimal 228 131 238
Hex E4 83 EE

RGB Percentages of Color #e483ee

%38.19
%21.94
%39.87

CMYK Percentages of Color #e483ee

%4
%45
%0
%7

Triadic Colors of #e483ee

#e483ee #eee483 #83eee4

Analogous Colors of #e483ee

#e483ee #ee83c3 #af83ee

Monochromatic Colors of #e483ee

#e483ee

Complementary Color

#e483ee #8dee83

#e483ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e483ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e483ee Color CSS Codes

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

#e483ee Text Font Color

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

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


#e483ee Background Color

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

This div background color is #e483ee


#e483ee Border Color

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

This div border color is #e483ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e483ee


Comments

No comments written yet.

Please login to write comment.