Color Hex Logo

#e47bcb Color Hex

#E47BCB
(228,123,203)
0 Favorites   0 Comments

Color spaces of #e47bcb

RGB 228123203
HSL0.870.660.69
HSV314°46°89°
CMYK 0.000.460.11   0.11
XYZ49.857434.971760.6224
Yxy34.97170.34280.2404
Hunter Lab59.136947.0011-19.3836
CIE-Lab65.726650.9733-23.6255

#e47bcb color RGB value is (228,123,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11001011
Octal 344 173 313
Decimal 228 123 203
Hex E4 7B CB

RGB Percentages of Color #e47bcb

%41.16
%22.20
%36.64

CMYK Percentages of Color #e47bcb

%0
%46
%11
%11

Triadic Colors of #e47bcb

#e47bcb #cbe47b #7bcbe4

Analogous Colors of #e47bcb

#e47bcb #e47b97 #c97be4

Monochromatic Colors of #e47bcb

#e47bcb

Complementary Color

#e47bcb #7be494

#e47bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bcb Color CSS Codes

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

#e47bcb Text Font Color

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

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


#e47bcb Background Color

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

This div background color is #e47bcb


#e47bcb Border Color

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

This div border color is #e47bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bcb


Comments

No comments written yet.

Please login to write comment.