Color Hex Logo

#e47bc9 Color Hex

#E47BC9
(228,123,201)
0 Favorites   0 Comments

Color spaces of #e47bc9

RGB 228123201
HSL0.880.660.69
HSV315°46°89°
CMYK 0.000.460.12   0.11
XYZ49.620534.876959.3750
Yxy34.87690.34490.2424
Hunter Lab59.056746.6298-18.2699
CIE-Lab65.652750.6522-22.6166

#e47bc9 color RGB value is (228,123,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11001001
Octal 344 173 311
Decimal 228 123 201
Hex E4 7B C9

RGB Percentages of Color #e47bc9

%41.30
%22.28
%36.41

CMYK Percentages of Color #e47bc9

%0
%46
%12
%11

Triadic Colors of #e47bc9

#e47bc9 #c9e47b #7bc9e4

Analogous Colors of #e47bc9

#e47bc9 #e47b95 #cb7be4

Monochromatic Colors of #e47bc9

#e47bc9

Complementary Color

#e47bc9 #7be496

#e47bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bc9 Color CSS Codes

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

#e47bc9 Text Font Color

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

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


#e47bc9 Background Color

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

This div background color is #e47bc9


#e47bc9 Border Color

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

This div border color is #e47bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bc9


Comments

No comments written yet.

Please login to write comment.