Color Hex Logo

#e47bcc Color Hex

#E47BCC
(228,123,204)
0 Favorites   0 Comments

Color spaces of #e47bcc

RGB 228123204
HSL0.870.660.69
HSV314°46°89°
CMYK 0.000.460.11   0.11
XYZ49.977035.019561.2521
Yxy35.01950.34170.2395
Hunter Lab59.177347.1884-19.9447
CIE-Lab65.763851.1350-24.1291

#e47bcc color RGB value is (228,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11001100
Octal 344 173 314
Decimal 228 123 204
Hex E4 7B CC

RGB Percentages of Color #e47bcc

%41.08
%22.16
%36.76

CMYK Percentages of Color #e47bcc

%0
%46
%11
%11

Triadic Colors of #e47bcc

#e47bcc #cce47b #7bcce4

Analogous Colors of #e47bcc

#e47bcc #e47b98 #c87be4

Monochromatic Colors of #e47bcc

#e47bcc

Complementary Color

#e47bcc #7be493

#e47bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bcc Color CSS Codes

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

#e47bcc Text Font Color

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

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


#e47bcc Background Color

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

This div background color is #e47bcc


#e47bcc Border Color

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

This div border color is #e47bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bcc


Comments

No comments written yet.

Please login to write comment.