Color Hex Logo

#e47bbd Color Hex

#E47BBD
(228,123,189)
0 Favorites   0 Comments

Color spaces of #e47bbd

RGB 228123189
HSL0.900.660.69
HSV322°46°89°
CMYK 0.000.460.17   0.11
XYZ48.263234.334052.2275
Yxy34.33400.35800.2547
Hunter Lab58.595244.4837-11.8301
CIE-Lab65.226848.7830-16.5122

#e47bbd color RGB value is (228,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 10111101
Octal 344 173 275
Decimal 228 123 189
Hex E4 7B BD

RGB Percentages of Color #e47bbd

%42.22
%22.78
%35.00

CMYK Percentages of Color #e47bbd

%0
%46
%17
%11

Triadic Colors of #e47bbd

#e47bbd #bde47b #7bbde4

Analogous Colors of #e47bbd

#e47bbd #e47b89 #d77be4

Monochromatic Colors of #e47bbd

#e47bbd

Complementary Color

#e47bbd #7be4a2

#e47bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bbd Color CSS Codes

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

#e47bbd Text Font Color

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

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


#e47bbd Background Color

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

This div background color is #e47bbd


#e47bbd Border Color

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

This div border color is #e47bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bbd


Comments

No comments written yet.

Please login to write comment.