Color Hex Logo

#e35beb Color Hex

#E35BEB
(227,91,235)
0 Favorites   0 Comments

Color spaces of #e35beb

RGB 22791235
HSL0.820.780.64
HSV297°61°92°
CMYK 0.030.610.00   0.08
XYZ50.415029.811281.6942
Yxy29.81120.31140.1841
Hunter Lab54.599669.2700-50.4924
CIE-Lab61.491070.7281-48.1306

#e35beb color RGB value is (227,91,235).

#e35beb hex color red value is 227, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e35beb hue: 0.82 , saturation: 0.78 and the lightness value of e35beb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011011 11101011
Octal 343 133 353
Decimal 227 91 235
Hex E3 5B EB

RGB Percentages of Color #e35beb

%41.05
%16.46
%42.50

CMYK Percentages of Color #e35beb

%3
%61
%0
%8

Triadic Colors of #e35beb

#e35beb #ebe35b #5bebe3

Analogous Colors of #e35beb

#e35beb #eb5bab #9b5beb

Monochromatic Colors of #e35beb

#e35beb

Complementary Color

#e35beb #63eb5b

#e35beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35beb Color CSS Codes

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

#e35beb Text Font Color

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

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


#e35beb Background Color

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

This div background color is #e35beb


#e35beb Border Color

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

This div border color is #e35beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35beb


Comments

No comments written yet.

Please login to write comment.