Color Hex Logo

#e13beb Color Hex

#E13BEB
(225,59,235)
0 Favorites   0 Comments

Color spaces of #e13beb

RGB 22559235
HSL0.820.810.58
HSV297°75°92°
CMYK 0.040.750.00   0.08
XYZ47.610725.133680.9392
Yxy25.13360.30980.1635
Hunter Lab50.133481.7844-60.6289
CIE-Lab57.205481.5525-54.9580

#e13beb color RGB value is (225,59,235).

#e13beb hex color red value is 225, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e13beb hue: 0.82 , saturation: 0.81 and the lightness value of e13beb is 0.58.

The process color (four color CMYK) of #e13beb color hex is 0.04, 0.75, 0.00, 0.08. Web safe color of #e13beb is #cc33ff. Color #e13beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 11101011
Octal 341 73 353
Decimal 225 59 235
Hex E1 3B EB

RGB Percentages of Color #e13beb

%43.35
%11.37
%45.28

CMYK Percentages of Color #e13beb

%4
%75
%0
%8

Triadic Colors of #e13beb

#e13beb #ebe13b #3bebe1

Analogous Colors of #e13beb

#e13beb #eb3b9d #893beb

Monochromatic Colors of #e13beb

#e13beb

Complementary Color

#e13beb #45eb3b

#e13beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13beb Color CSS Codes

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

#e13beb Text Font Color

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

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


#e13beb Background Color

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

This div background color is #e13beb


#e13beb Border Color

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

This div border color is #e13beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13beb


Comments

No comments written yet.

Please login to write comment.