Color Hex Logo

#e483cc Color Hex

#E483CC
(228,131,204)
0 Favorites   0 Comments

Color spaces of #e483cc

RGB 228131204
HSL0.870.640.70
HSV315°43°89°
CMYK 0.000.430.11   0.11
XYZ51.010337.086261.5966
Yxy37.08620.34080.2477
Hunter Lab60.898442.9445-17.3408
CIE-Lab67.341747.0965-21.7177

#e483cc color RGB value is (228,131,204).

#e483cc hex color red value is 228, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e483cc hue: 0.87 , saturation: 0.64 and the lightness value of e483cc is 0.70.

The process color (four color CMYK) of #e483cc color hex is 0.00, 0.43, 0.11, 0.11. Web safe color of #e483cc is #cc99cc. Color #e483cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 11001100
Octal 344 203 314
Decimal 228 131 204
Hex E4 83 CC

RGB Percentages of Color #e483cc

%40.50
%23.27
%36.23

CMYK Percentages of Color #e483cc

%0
%43
%11
%11

Triadic Colors of #e483cc

#e483cc #cce483 #83cce4

Analogous Colors of #e483cc

#e483cc #e4839c #cc83e4

Monochromatic Colors of #e483cc

#e483cc

Complementary Color

#e483cc #83e49b

#e483cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e483cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e483cc Color CSS Codes

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

#e483cc Text Font Color

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

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


#e483cc Background Color

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

This div background color is #e483cc


#e483cc Border Color

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

This div border color is #e483cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e483cc


Comments

No comments written yet.

Please login to write comment.