Color Hex Logo

#e47bbc Color Hex

#E47BBC
(228,123,188)
0 Favorites   0 Comments

Color spaces of #e47bbc

RGB 228123188
HSL0.900.660.69
HSV323°46°89°
CMYK 0.000.460.18   0.11
XYZ48.155034.290751.6577
Yxy34.29070.35910.2557
Hunter Lab58.558344.3113-11.3124
CIE-Lab65.192748.6320-15.9996

#e47bbc color RGB value is (228,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 10111100
Octal 344 173 274
Decimal 228 123 188
Hex E4 7B BC

RGB Percentages of Color #e47bbc

%42.30
%22.82
%34.88

CMYK Percentages of Color #e47bbc

%0
%46
%18
%11

Triadic Colors of #e47bbc

#e47bbc #bce47b #7bbce4

Analogous Colors of #e47bbc

#e47bbc #e47b88 #d87be4

Monochromatic Colors of #e47bbc

#e47bbc

Complementary Color

#e47bbc #7be4a3

#e47bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bbc Color CSS Codes

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

#e47bbc Text Font Color

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

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


#e47bbc Background Color

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

This div background color is #e47bbc


#e47bbc Border Color

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

This div border color is #e47bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bbc


Comments

No comments written yet.

Please login to write comment.