Color Hex Logo

#e47bec Color Hex

#E47BEC
(228,123,236)
0 Favorites   0 Comments

Color spaces of #e47bec

RGB 228123236
HSL0.820.750.70
HSV296°48°93°
CMYK 0.030.480.00   0.07
XYZ54.218236.716083.5862
Yxy36.71600.31070.2104
Hunter Lab60.593753.6796-39.3722
CIE-Lab67.063456.6409-39.9153

#e47bec color RGB value is (228,123,236).

#e47bec hex color red value is 228, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e47bec hue: 0.82 , saturation: 0.75 and the lightness value of e47bec is 0.70.

The process color (four color CMYK) of #e47bec color hex is 0.03, 0.48, 0.00, 0.07. Web safe color of #e47bec is #cc66ff. Color #e47bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111011 11101100
Octal 344 173 354
Decimal 228 123 236
Hex E4 7B EC

RGB Percentages of Color #e47bec

%38.84
%20.95
%40.20

CMYK Percentages of Color #e47bec

%3
%48
%0
%7

Triadic Colors of #e47bec

#e47bec #ece47b #7bece4

Analogous Colors of #e47bec

#e47bec #ec7bbc #ac7bec

Monochromatic Colors of #e47bec

#e47bec

Complementary Color

#e47bec #83ec7b

#e47bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47bec Color CSS Codes

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

#e47bec Text Font Color

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

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


#e47bec Background Color

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

This div background color is #e47bec


#e47bec Border Color

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

This div border color is #e47bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47bec


Comments

No comments written yet.

Please login to write comment.