Color Hex Logo

#e46beb Color Hex

#E46BEB
(228,107,235)
0 Favorites   0 Comments

Color spaces of #e46beb

RGB 228107235
HSL0.820.760.67
HSV297°54°92°
CMYK 0.030.540.00   0.08
XYZ52.248033.007582.2146
Yxy33.00750.31200.1971
Hunter Lab57.452261.7898-44.6281
CIE-Lab64.167064.0405-43.9019

#e46beb color RGB value is (228,107,235).

#e46beb hex color red value is 228, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e46beb hue: 0.82 , saturation: 0.76 and the lightness value of e46beb is 0.67.

The process color (four color CMYK) of #e46beb color hex is 0.03, 0.54, 0.00, 0.08. Web safe color of #e46beb is #cc66ff. Color #e46beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101011 11101011
Octal 344 153 353
Decimal 228 107 235
Hex E4 6B EB

RGB Percentages of Color #e46beb

%40.00
%18.77
%41.23

CMYK Percentages of Color #e46beb

%3
%54
%0
%8

Triadic Colors of #e46beb

#e46beb #ebe46b #6bebe4

Analogous Colors of #e46beb

#e46beb #eb6bb2 #a46beb

Monochromatic Colors of #e46beb

#e46beb

Complementary Color

#e46beb #72eb6b

#e46beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46beb Color CSS Codes

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

#e46beb Text Font Color

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

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


#e46beb Background Color

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

This div background color is #e46beb


#e46beb Border Color

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

This div border color is #e46beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46beb


Comments

No comments written yet.

Please login to write comment.