Color Hex Logo

#e13bff Color Hex

#E13BFF
(225,59,255)
0 Favorites   0 Comments

Color spaces of #e13bff

RGB 22559255
HSL0.811.000.62
HSV291°77°100°
CMYK 0.120.770.00   0.00
XYZ50.665326.355597.0245
Yxy26.35550.29110.1514
Hunter Lab51.337686.3216-76.1176
CIE-Lab58.373084.8365-64.2293

#e13bff color RGB value is (225,59,255).

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

The process color (four color CMYK) of #e13bff color hex is 0.12, 0.77, 0.00, 0.00. Web safe color of #e13bff is #cc33ff. Color #e13bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 11111111
Octal 341 73 377
Decimal 225 59 255
Hex E1 3B FF

RGB Percentages of Color #e13bff

%41.74
%10.95
%47.31

CMYK Percentages of Color #e13bff

%12
%77
%0
%0

Triadic Colors of #e13bff

#e13bff #ffe13b #3bffe1

Analogous Colors of #e13bff

#e13bff #ff3bbb #7f3bff

Monochromatic Colors of #e13bff

#e13bff

Complementary Color

#e13bff #59ff3b

#e13bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13bff Color CSS Codes

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

#e13bff Text Font Color

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

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


#e13bff Background Color

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

This div background color is #e13bff


#e13bff Border Color

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

This div border color is #e13bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13bff

Related Colors


Comments

No comments written yet.

Please login to write comment.