Color Hex Logo

#e947eb Color Hex

#E947EB
(233,71,235)
0 Favorites   0 Comments

Color spaces of #e947eb

RGB 23371235
HSL0.830.800.60
HSV299°70°92°
CMYK 0.010.700.00   0.08
XYZ50.852927.828381.2884
Yxy27.82830.31790.1740
Hunter Lab52.752579.7552-54.4355
CIE-Lab59.733379.4728-50.8597

#e947eb color RGB value is (233,71,235).

#e947eb hex color red value is 233, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e947eb hue: 0.83 , saturation: 0.80 and the lightness value of e947eb is 0.60.

The process color (four color CMYK) of #e947eb color hex is 0.01, 0.70, 0.00, 0.08. Web safe color of #e947eb is #ff33ff. Color #e947eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000111 11101011
Octal 351 107 353
Decimal 233 71 235
Hex E9 47 EB

RGB Percentages of Color #e947eb

%43.23
%13.17
%43.60

CMYK Percentages of Color #e947eb

%1
%70
%0
%8

Triadic Colors of #e947eb

#e947eb #ebe947 #47ebe9

Analogous Colors of #e947eb

#e947eb #eb479b #9747eb

Monochromatic Colors of #e947eb

#e947eb

Complementary Color

#e947eb #49eb47

#e947eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e947eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e947eb Color CSS Codes

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

#e947eb Text Font Color

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

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


#e947eb Background Color

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

This div background color is #e947eb


#e947eb Border Color

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

This div border color is #e947eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,71,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e947eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e947eb;
  -webkit-box-shadow: 1px 1px 3px 2px #e947eb;
  box-shadow:         1px 1px 3px 2px #e947eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,71,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e947eb


Comments

No comments written yet.

Please login to write comment.