Color Hex Logo

#e07dfb Color Hex

#E07DFB
(224,125,251)
0 Favorites   0 Comments

Color spaces of #e07dfb

RGB 224125251
HSL0.800.940.74
HSV287°50°98°
CMYK 0.110.500.00   0.02
XYZ55.486737.479695.5766
Yxy37.47960.29430.1988
Hunter Lab61.220654.6458-49.7082
CIE-Lab67.635357.3848-47.2975

#e07dfb color RGB value is (224,125,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111101 11111011
Octal 340 175 373
Decimal 224 125 251
Hex E0 7D FB

RGB Percentages of Color #e07dfb

%37.33
%20.83
%41.83

CMYK Percentages of Color #e07dfb

%11
%50
%0
%2

Triadic Colors of #e07dfb

#e07dfb #fbe07d #7dfbe0

Analogous Colors of #e07dfb

#e07dfb #fb7dd7 #a17dfb

Monochromatic Colors of #e07dfb

#e07dfb

Complementary Color

#e07dfb #98fb7d

#e07dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07dfb Color CSS Codes

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

#e07dfb Text Font Color

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

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


#e07dfb Background Color

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

This div background color is #e07dfb


#e07dfb Border Color

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

This div border color is #e07dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.