Color Hex Logo

#e483ec Color Hex

#E483EC
(228,131,236)
0 Favorites   0 Comments

Color spaces of #e483ec

RGB 228131236
HSL0.820.730.72
HSV295°44°93°
CMYK 0.030.440.00   0.07
XYZ55.251538.782783.9306
Yxy38.78270.31050.2179
Hunter Lab62.275849.3839-36.3136
CIE-Lab68.593652.6631-37.5282

#e483ec color RGB value is (228,131,236).

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

The process color (four color CMYK) of #e483ec color hex is 0.03, 0.44, 0.00, 0.07. Web safe color of #e483ec is #cc99ff. Color #e483ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 11101100
Octal 344 203 354
Decimal 228 131 236
Hex E4 83 EC

RGB Percentages of Color #e483ec

%38.32
%22.02
%39.66

CMYK Percentages of Color #e483ec

%3
%44
%0
%7

Triadic Colors of #e483ec

#e483ec #ece483 #83ece4

Analogous Colors of #e483ec

#e483ec #ec83c0 #b083ec

Monochromatic Colors of #e483ec

#e483ec

Complementary Color

#e483ec #8bec83

#e483ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e483ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e483ec Color CSS Codes

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

#e483ec Text Font Color

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

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


#e483ec Background Color

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

This div background color is #e483ec


#e483ec Border Color

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

This div border color is #e483ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,131,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e483ec


Comments

No comments written yet.

Please login to write comment.