Color Hex Logo

#e47cc5 Color Hex

#E47CC5
(228,124,197)
0 Favorites   0 Comments

Color spaces of #e47cc5

RGB 228124197
HSL0.880.660.69
HSV318°46°89°
CMYK 0.000.460.14   0.11
XYZ49.280634.940556.9701
Yxy34.94050.34900.2475
Hunter Lab59.110545.3727-15.7658
CIE-Lab65.702349.5170-20.2946

#e47cc5 color RGB value is (228,124,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11000101
Octal 344 174 305
Decimal 228 124 197
Hex E4 7C C5

RGB Percentages of Color #e47cc5

%41.53
%22.59
%35.88

CMYK Percentages of Color #e47cc5

%0
%46
%14
%11

Triadic Colors of #e47cc5

#e47cc5 #c5e47c #7cc5e4

Analogous Colors of #e47cc5

#e47cc5 #e47c91 #cf7ce4

Monochromatic Colors of #e47cc5

#e47cc5

Complementary Color

#e47cc5 #7ce49b

#e47cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47cc5 Color CSS Codes

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

#e47cc5 Text Font Color

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

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


#e47cc5 Background Color

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

This div background color is #e47cc5


#e47cc5 Border Color

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

This div border color is #e47cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47cc5


Comments

No comments written yet.

Please login to write comment.