Color Hex Logo

#e47ced Color Hex

#E47CED
(228,124,237)
0 Favorites   0 Comments

Color spaces of #e47ced

RGB 228124237
HSL0.820.760.71
HSV295°48°93°
CMYK 0.040.480.00   0.07
XYZ54.488637.023784.3952
Yxy37.02370.30980.2105
Hunter Lab60.847153.3644-39.6425
CIE-Lab67.294856.3317-40.1052

#e47ced color RGB value is (228,124,237).

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

The process color (four color CMYK) of #e47ced color hex is 0.04, 0.48, 0.00, 0.07. Web safe color of #e47ced is #cc66ff. Color #e47ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11101101
Octal 344 174 355
Decimal 228 124 237
Hex E4 7C ED

RGB Percentages of Color #e47ced

%38.71
%21.05
%40.24

CMYK Percentages of Color #e47ced

%4
%48
%0
%7

Triadic Colors of #e47ced

#e47ced #ede47c #7cede4

Analogous Colors of #e47ced

#e47ced #ed7cbe #ac7ced

Monochromatic Colors of #e47ced

#e47ced

Complementary Color

#e47ced #85ed7c

#e47ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ced Color CSS Codes

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

#e47ced Text Font Color

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

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


#e47ced Background Color

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

This div background color is #e47ced


#e47ced Border Color

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

This div border color is #e47ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ced


Comments

No comments written yet.

Please login to write comment.