Color Hex Logo

#e47ceb Color Hex

#E47CEB
(228,124,235)
0 Favorites   0 Comments

Color spaces of #e47ceb

RGB 228124235
HSL0.820.740.70
HSV296°47°92°
CMYK 0.030.470.00   0.08
XYZ54.198036.907482.8646
Yxy36.90740.31150.2121
Hunter Lab60.751552.9296-38.3452
CIE-Lab67.207555.9683-39.1383

#e47ceb color RGB value is (228,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11101011
Octal 344 174 353
Decimal 228 124 235
Hex E4 7C EB

RGB Percentages of Color #e47ceb

%38.84
%21.12
%40.03

CMYK Percentages of Color #e47ceb

%3
%47
%0
%8

Triadic Colors of #e47ceb

#e47ceb #ebe47c #7cebe4

Analogous Colors of #e47ceb

#e47ceb #eb7cbb #ad7ceb

Monochromatic Colors of #e47ceb

#e47ceb

Complementary Color

#e47ceb #83eb7c

#e47ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ceb Color CSS Codes

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

#e47ceb Text Font Color

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

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


#e47ceb Background Color

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

This div background color is #e47ceb


#e47ceb Border Color

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

This div border color is #e47ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ceb


Comments

No comments written yet.

Please login to write comment.