Color Hex Logo

#e2a4ca Color Hex

#E2A4CA
(226,164,202)
0 Favorites   0 Comments

Color spaces of #e2a4ca

RGB 226164202
HSL0.900.520.76
HSV323°27°89°
CMYK 0.000.270.11   0.11
XYZ55.300246.983962.0313
Yxy46.98390.33650.2859
Hunter Lab68.544824.0558-5.6746
CIE-Lab74.179528.7085-10.3165

#e2a4ca color RGB value is (226,164,202).

#e2a4ca hex color red value is 226, green value is 164 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e2a4ca hue: 0.90 , saturation: 0.52 and the lightness value of e2a4ca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10100100 11001010
Octal 342 244 312
Decimal 226 164 202
Hex E2 A4 CA

RGB Percentages of Color #e2a4ca

%38.18
%27.70
%34.12

CMYK Percentages of Color #e2a4ca

%0
%27
%11
%11

Triadic Colors of #e2a4ca

#e2a4ca #cae2a4 #a4cae2

Analogous Colors of #e2a4ca

#e2a4ca #e2a4ab #dba4e2

Monochromatic Colors of #e2a4ca

#e2a4ca

Complementary Color

#e2a4ca #a4e2bc

#e2a4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a4ca Color CSS Codes

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

#e2a4ca Text Font Color

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

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


#e2a4ca Background Color

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

This div background color is #e2a4ca


#e2a4ca Border Color

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

This div border color is #e2a4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a4ca


Comments

No comments written yet.

Please login to write comment.