Color Hex Logo

#e946eb Color Hex

#E946EB
(233,70,235)
0 Favorites   0 Comments

Color spaces of #e946eb

RGB 23370235
HSL0.830.800.60
HSV299°70°92°
CMYK 0.010.700.00   0.08
XYZ50.789827.702181.2674
Yxy27.70210.31790.1734
Hunter Lab52.632880.1423-54.7035
CIE-Lab59.618679.7990-51.0417

#e946eb color RGB value is (233,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 11101011
Octal 351 106 353
Decimal 233 70 235
Hex E9 46 EB

RGB Percentages of Color #e946eb

%43.31
%13.01
%43.68

CMYK Percentages of Color #e946eb

%1
%70
%0
%8

Triadic Colors of #e946eb

#e946eb #ebe946 #46ebe9

Analogous Colors of #e946eb

#e946eb #eb469b #9746eb

Monochromatic Colors of #e946eb

#e946eb

Complementary Color

#e946eb #48eb46

#e946eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e946eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e946eb Color CSS Codes

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

#e946eb Text Font Color

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

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


#e946eb Background Color

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

This div background color is #e946eb


#e946eb Border Color

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

This div border color is #e946eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,70,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 #e946eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e946eb


Comments

No comments written yet.

Please login to write comment.