color codes Logo

#e47cea color codes

#E47CEA
(228,124,234)
0 Favorites   0 Comments

Color spaces of #e47cea

RGB 228124234
HSL0.820.720.70
HSV297°47°92°
CMYK 0.030.470.00   0.08
XYZ54.053836.849882.1057
Yxy36.84980.31240.2130
Hunter Lab60.704052.7129-37.7003
CIE-Lab67.164255.7869-38.6538

#e47cea color RGB value is (228,124,234).

#e47cea hex color red value is 228, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e47cea hue: 0.82 , saturation: 0.72 and the lightness value of e47cea is 0.70.

The process color (four color CMYK) of #e47cea color code is 0.03, 0.47, 0.00, 0.08. Web safe color of #e47cea is #cc66ff. Color #e47cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11101010
Octal 344 174 352
Decimal 228 124 234
Hex E4 7C EA

RGB Percentages of Color #e47cea

%38.91
%21.16
%39.93

CMYK Percentages of Color #e47cea

%3
%47
%0
%8

Triadic Colors of #e47cea

#e47cea #eae47c #7ceae4

Analogous Colors of #e47cea

#e47cea #ea7cb9 #ad7cea

Monochromatic Colors of #e47cea

#e47cea

Complementary Color

#e47cea #82ea7c

#e47cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47cea Color CSS Codes

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

#e47cea Text Font Color

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

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


#e47cea Background Color

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

This div background color is #e47cea


#e47cea Border Color

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

This div border color is #e47cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47cea


Comments

No comments written yet.

Please login to write comment.