Color Hex Logo

#e484ca Color Hex

#E484CA
(228,132,202)
0 Favorites   0 Comments

Color spaces of #e484ca

RGB 228132202
HSL0.880.640.71
HSV316°42°89°
CMYK 0.000.420.11   0.11
XYZ50.906837.260860.3861
Yxy37.26080.34270.2508
Hunter Lab61.041642.0406-15.9241
CIE-Lab67.472246.2586-20.4018

#e484ca color RGB value is (228,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 11001010
Octal 344 204 312
Decimal 228 132 202
Hex E4 84 CA

RGB Percentages of Color #e484ca

%40.57
%23.49
%35.94

CMYK Percentages of Color #e484ca

%0
%42
%11
%11

Triadic Colors of #e484ca

#e484ca #cae484 #84cae4

Analogous Colors of #e484ca

#e484ca #e4849a #ce84e4

Monochromatic Colors of #e484ca

#e484ca

Complementary Color

#e484ca #84e49e

#e484ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484ca Color CSS Codes

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

#e484ca Text Font Color

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

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


#e484ca Background Color

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

This div background color is #e484ca


#e484ca Border Color

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

This div border color is #e484ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484ca

#e484ca Color Palettes


Comments

No comments written yet.

Please login to write comment.