Color Hex Logo

#e13bfb Color Hex

#E13BFB
(225,59,251)
0 Favorites   0 Comments

Color spaces of #e13bfb

RGB 22559251
HSL0.810.960.61
HSV292°76°98°
CMYK 0.100.760.00   0.02
XYZ50.027926.100593.6679
Yxy26.10050.29460.1537
Hunter Lab51.088685.3887-72.9425
CIE-Lab58.132384.1665-62.3987

#e13bfb color RGB value is (225,59,251).

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

The process color (four color CMYK) of #e13bfb color hex is 0.10, 0.76, 0.00, 0.02. Web safe color of #e13bfb is #cc33ff. Color #e13bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111011 11111011
Octal 341 73 373
Decimal 225 59 251
Hex E1 3B FB

RGB Percentages of Color #e13bfb

%42.06
%11.03
%46.92

CMYK Percentages of Color #e13bfb

%10
%76
%0
%2

Triadic Colors of #e13bfb

#e13bfb #fbe13b #3bfbe1

Analogous Colors of #e13bfb

#e13bfb #fb3bb5 #813bfb

Monochromatic Colors of #e13bfb

#e13bfb

Complementary Color

#e13bfb #55fb3b

#e13bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13bfb Color CSS Codes

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

#e13bfb Text Font Color

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

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


#e13bfb Background Color

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

This div background color is #e13bfb


#e13bfb Border Color

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

This div border color is #e13bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13bfb


Comments

No comments written yet.

Please login to write comment.