Color Hex Logo

#e47bda Color Hex

#E47BDA
(228,123,218)
0 Favorites   0 Comments

Color spaces of #e47bda

RGB 228123218
HSL0.850.660.69
HSV306°46°89°
CMYK 0.000.460.04   0.11
XYZ51.732835.721970.4981
Yxy35.72190.32750.2262
Hunter Lab59.767849.9094-28.0971
CIE-Lab66.306953.4661-31.1140

#e47bda color RGB value is (228,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11011010
Octal 344 173 332
Decimal 228 123 218
Hex E4 7B DA

RGB Percentages of Color #e47bda

%40.07
%21.62
%38.31

CMYK Percentages of Color #e47bda

%0
%46
%4
%11

Triadic Colors of #e47bda

#e47bda #dae47b #7bdae4

Analogous Colors of #e47bda

#e47bda #e47ba6 #ba7be4

Monochromatic Colors of #e47bda

#e47bda

Complementary Color

#e47bda #7be485

#e47bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bda Color CSS Codes

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

#e47bda Text Font Color

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

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


#e47bda Background Color

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

This div background color is #e47bda


#e47bda Border Color

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

This div border color is #e47bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bda


Comments

No comments written yet.

Please login to write comment.