Color Hex Logo

#e47bdc Color Hex

#E47BDC
(228,123,220)
0 Favorites   0 Comments

Color spaces of #e47bdc

RGB 228123220
HSL0.850.660.69
HSV305°46°89°
CMYK 0.000.460.04   0.11
XYZ51.996135.827271.8850
Yxy35.82720.32560.2243
Hunter Lab59.855850.3133-29.3064
CIE-Lab66.387753.8093-32.1020

#e47bdc color RGB value is (228,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11011100
Octal 344 173 334
Decimal 228 123 220
Hex E4 7B DC

RGB Percentages of Color #e47bdc

%39.93
%21.54
%38.53

CMYK Percentages of Color #e47bdc

%0
%46
%4
%11

Triadic Colors of #e47bdc

#e47bdc #dce47b #7bdce4

Analogous Colors of #e47bdc

#e47bdc #e47ba8 #b87be4

Monochromatic Colors of #e47bdc

#e47bdc

Complementary Color

#e47bdc #7be483

#e47bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bdc Color CSS Codes

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

#e47bdc Text Font Color

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

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


#e47bdc Background Color

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

This div background color is #e47bdc


#e47bdc Border Color

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

This div border color is #e47bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bdc


Comments

No comments written yet.

Please login to write comment.