Color Hex Logo

#e47eca Color Hex

#E47ECA
(228,126,202)
0 Favorites   0 Comments

Color spaces of #e47eca

RGB 228126202
HSL0.880.650.69
HSV315°45°89°
CMYK 0.000.450.11   0.11
XYZ50.116435.680060.1226
Yxy35.68000.34350.2445
Hunter Lab59.732745.2311-17.8641
CIE-Lab66.274749.3080-22.2272

#e47eca color RGB value is (228,126,202).

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

The process color (four color CMYK) of #e47eca color hex is 0.00, 0.45, 0.11, 0.11. Web safe color of #e47eca is #cc66cc. Color #e47eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11001010
Octal 344 176 312
Decimal 228 126 202
Hex E4 7E CA

RGB Percentages of Color #e47eca

%41.01
%22.66
%36.33

CMYK Percentages of Color #e47eca

%0
%45
%11
%11

Triadic Colors of #e47eca

#e47eca #cae47e #7ecae4

Analogous Colors of #e47eca

#e47eca #e47e97 #cb7ee4

Monochromatic Colors of #e47eca

#e47eca

Complementary Color

#e47eca #7ee498

#e47eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47eca Color CSS Codes

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

#e47eca Text Font Color

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

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


#e47eca Background Color

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

This div background color is #e47eca


#e47eca Border Color

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

This div border color is #e47eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47eca


Comments

No comments written yet.

Please login to write comment.