Color Hex Logo

#e13dfb Color Hex

#E13DFB
(225,61,251)
0 Favorites   0 Comments

Color spaces of #e13dfb

RGB 22561251
HSL0.810.960.61
HSV292°76°98°
CMYK 0.100.760.00   0.02
XYZ50.132726.310193.7029
Yxy26.31010.29460.1546
Hunter Lab51.293484.6975-72.4058
CIE-Lab58.330283.5951-62.0811

#e13dfb color RGB value is (225,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 11111011
Octal 341 75 373
Decimal 225 61 251
Hex E1 3D FB

RGB Percentages of Color #e13dfb

%41.90
%11.36
%46.74

CMYK Percentages of Color #e13dfb

%10
%76
%0
%2

Triadic Colors of #e13dfb

#e13dfb #fbe13d #3dfbe1

Analogous Colors of #e13dfb

#e13dfb #fb3db6 #823dfb

Monochromatic Colors of #e13dfb

#e13dfb

Complementary Color

#e13dfb #57fb3d

#e13dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13dfb Color CSS Codes

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

#e13dfb Text Font Color

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

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


#e13dfb Background Color

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

This div background color is #e13dfb


#e13dfb Border Color

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

This div border color is #e13dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13dfb


Comments

No comments written yet.

Please login to write comment.