Color Hex Logo

#e05dfb Color Hex

#E05DFB
(224,93,251)
0 Favorites   0 Comments

Color spaces of #e05dfb

RGB 22493251
HSL0.800.950.67
HSV290°63°98°
CMYK 0.110.630.00   0.02
XYZ52.067430.641094.4368
Yxy30.64100.29390.1730
Hunter Lab55.354371.0307-62.4032
CIE-Lab62.203472.0318-55.8986

#e05dfb color RGB value is (224,93,251).

#e05dfb hex color red value is 224, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e05dfb hue: 0.80 , saturation: 0.95 and the lightness value of e05dfb is 0.67.

The process color (four color CMYK) of #e05dfb color hex is 0.11, 0.63, 0.00, 0.02. Web safe color of #e05dfb is #cc66ff. Color #e05dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 11111011
Octal 340 135 373
Decimal 224 93 251
Hex E0 5D FB

RGB Percentages of Color #e05dfb

%39.44
%16.37
%44.19

CMYK Percentages of Color #e05dfb

%11
%63
%0
%2

Triadic Colors of #e05dfb

#e05dfb #fbe05d #5dfbe0

Analogous Colors of #e05dfb

#e05dfb #fb5dc7 #915dfb

Monochromatic Colors of #e05dfb

#e05dfb

Complementary Color

#e05dfb #78fb5d

#e05dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05dfb Color CSS Codes

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

#e05dfb Text Font Color

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

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


#e05dfb Background Color

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

This div background color is #e05dfb


#e05dfb Border Color

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

This div border color is #e05dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.