Color Hex Logo

#e13bef Color Hex

#E13BEF
(225,59,239)
0 Favorites   0 Comments

Color spaces of #e13bef

RGB 22559239
HSL0.820.850.58
HSV295°75°94°
CMYK 0.060.750.00   0.06
XYZ48.195325.367584.0176
Yxy25.36750.30580.1610
Hunter Lab50.366282.6656-63.6475
CIE-Lab57.431882.1953-56.8361

#e13bef color RGB value is (225,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 11101111
Octal 341 73 357
Decimal 225 59 239
Hex E1 3B EF

RGB Percentages of Color #e13bef

%43.02
%11.28
%45.70

CMYK Percentages of Color #e13bef

%6
%75
%0
%6

Triadic Colors of #e13bef

#e13bef #efe13b #3befe1

Analogous Colors of #e13bef

#e13bef #ef3ba3 #873bef

Monochromatic Colors of #e13bef

#e13bef

Complementary Color

#e13bef #49ef3b

#e13bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13bef Color CSS Codes

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

#e13bef Text Font Color

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

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


#e13bef Background Color

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

This div background color is #e13bef


#e13bef Border Color

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

This div border color is #e13bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,59,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13bef


Comments

No comments written yet.

Please login to write comment.