Color Hex Logo

#e01dfb Color Hex

#E01DFB
(224,29,251)
0 Favorites   0 Comments

Color spaces of #e01dfb

RGB 22429251
HSL0.810.970.55
HSV293°88°98°
CMYK 0.110.880.00   0.02
XYZ48.592423.691193.2785
Yxy23.69110.29350.1431
Hunter Lab48.673593.0239-79.5526
CIE-Lab55.777290.4192-66.1953

#e01dfb color RGB value is (224,29,251).

#e01dfb hex color red value is 224, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e01dfb hue: 0.81 , saturation: 0.97 and the lightness value of e01dfb is 0.55.

The process color (four color CMYK) of #e01dfb color hex is 0.11, 0.88, 0.00, 0.02. Web safe color of #e01dfb is #cc33ff. Color #e01dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 11111011
Octal 340 35 373
Decimal 224 29 251
Hex E0 1D FB

RGB Percentages of Color #e01dfb

%44.44
%5.75
%49.80

CMYK Percentages of Color #e01dfb

%11
%88
%0
%2

Triadic Colors of #e01dfb

#e01dfb #fbe01d #1dfbe0

Analogous Colors of #e01dfb

#e01dfb #fb1da7 #711dfb

Monochromatic Colors of #e01dfb

#e01dfb

Complementary Color

#e01dfb #38fb1d

#e01dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01dfb Color CSS Codes

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

#e01dfb Text Font Color

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

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


#e01dfb Background Color

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

This div background color is #e01dfb


#e01dfb Border Color

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

This div border color is #e01dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01dfb


Comments

No comments written yet.

Please login to write comment.