Color Hex Logo

#e47bba Color Hex

#E47BBA
(228,123,186)
0 Favorites   0 Comments

Color spaces of #e47bba

RGB 228123186
HSL0.900.660.69
HSV324°46°89°
CMYK 0.000.460.18   0.11
XYZ47.940834.205150.5299
Yxy34.20510.36130.2578
Hunter Lab58.485143.9691-10.2857
CIE-Lab65.125048.3315-14.9727

#e47bba color RGB value is (228,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 10111010
Octal 344 173 272
Decimal 228 123 186
Hex E4 7B BA

RGB Percentages of Color #e47bba

%42.46
%22.91
%34.64

CMYK Percentages of Color #e47bba

%0
%46
%18
%11

Triadic Colors of #e47bba

#e47bba #bae47b #7bbae4

Analogous Colors of #e47bba

#e47bba #e47b86 #da7be4

Monochromatic Colors of #e47bba

#e47bba

Complementary Color

#e47bba #7be4a5

#e47bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bba Color CSS Codes

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

#e47bba Text Font Color

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

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


#e47bba Background Color

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

This div background color is #e47bba


#e47bba Border Color

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

This div border color is #e47bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bba


Comments

No comments written yet.

Please login to write comment.