Color Hex Logo

#e47bde Color Hex

#E47BDE
(228,123,222)
0 Favorites   0 Comments

Color spaces of #e47bde

RGB 228123222
HSL0.840.660.69
HSV303°46°89°
CMYK 0.000.460.03   0.11
XYZ52.262735.933873.2886
Yxy35.93380.32360.2225
Hunter Lab59.944850.7213-30.5267
CIE-Lab66.469354.1551-33.0874

#e47bde color RGB value is (228,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11011110
Octal 344 173 336
Decimal 228 123 222
Hex E4 7B DE

RGB Percentages of Color #e47bde

%39.79
%21.47
%38.74

CMYK Percentages of Color #e47bde

%0
%46
%3
%11

Triadic Colors of #e47bde

#e47bde #dee47b #7bdee4

Analogous Colors of #e47bde

#e47bde #e47baa #b67be4

Monochromatic Colors of #e47bde

#e47bde

Complementary Color

#e47bde #7be481

#e47bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bde Color CSS Codes

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

#e47bde Text Font Color

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

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


#e47bde Background Color

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

This div background color is #e47bde


#e47bde Border Color

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

This div border color is #e47bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bde


Comments

No comments written yet.

Please login to write comment.