Color Hex Logo

#e484cc Color Hex

#E484CC
(228,132,204)
0 Favorites   0 Comments

Color spaces of #e484cc

RGB 228132204
HSL0.880.640.71
HSV315°42°89°
CMYK 0.000.420.11   0.11
XYZ51.145337.356161.6415
Yxy37.35610.34060.2488
Hunter Lab61.119642.4106-17.0125
CIE-Lab67.543346.5853-21.4101

#e484cc color RGB value is (228,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 11001100
Octal 344 204 314
Decimal 228 132 204
Hex E4 84 CC

RGB Percentages of Color #e484cc

%40.43
%23.40
%36.17

CMYK Percentages of Color #e484cc

%0
%42
%11
%11

Triadic Colors of #e484cc

#e484cc #cce484 #84cce4

Analogous Colors of #e484cc

#e484cc #e4849c #cc84e4

Monochromatic Colors of #e484cc

#e484cc

Complementary Color

#e484cc #84e49c

#e484cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484cc Color CSS Codes

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

#e484cc Text Font Color

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

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


#e484cc Background Color

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

This div background color is #e484cc


#e484cc Border Color

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

This div border color is #e484cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484cc


Comments

No comments written yet.

Please login to write comment.