Color Hex Logo

#e483fc Color Hex

#E483FC
(228,131,252)
0 Favorites   0 Comments

Color spaces of #e483fc

RGB 228131252
HSL0.800.950.75
HSV288°48°99°
CMYK 0.100.480.00   0.01
XYZ57.681939.754996.7287
Yxy39.75490.29710.2047
Hunter Lab63.051552.9585-46.8221
CIE-Lab69.294655.6724-45.2031

#e483fc color RGB value is (228,131,252).

#e483fc hex color red value is 228, green value is 131 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e483fc hue: 0.80 , saturation: 0.95 and the lightness value of e483fc is 0.75.

The process color (four color CMYK) of #e483fc color hex is 0.10, 0.48, 0.00, 0.01. Web safe color of #e483fc is #cc99ff. Color #e483fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 11111100
Octal 344 203 374
Decimal 228 131 252
Hex E4 83 FC

RGB Percentages of Color #e483fc

%37.32
%21.44
%41.24

CMYK Percentages of Color #e483fc

%10
%48
%0
%1

Triadic Colors of #e483fc

#e483fc #fce483 #83fce4

Analogous Colors of #e483fc

#e483fc #fc83d8 #a883fc

Monochromatic Colors of #e483fc

#e483fc

Complementary Color

#e483fc #9bfc83

#e483fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e483fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e483fc Color CSS Codes

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

#e483fc Text Font Color

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

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


#e483fc Background Color

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

This div background color is #e483fc


#e483fc Border Color

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

This div border color is #e483fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e483fc


Comments

No comments written yet.

Please login to write comment.