Color Hex Logo

#e07ffb Color Hex

#E07FFB
(224,127,251)
0 Favorites   0 Comments

Color spaces of #e07ffb

RGB 224127251
HSL0.800.940.74
HSV287°49°98°
CMYK 0.110.490.00   0.02
XYZ55.742437.991195.6618
Yxy37.99110.29430.2006
Hunter Lab61.636953.5649-48.8735
CIE-Lab68.014156.3932-46.7014

#e07ffb color RGB value is (224,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 11111011
Octal 340 177 373
Decimal 224 127 251
Hex E0 7F FB

RGB Percentages of Color #e07ffb

%37.21
%21.10
%41.69

CMYK Percentages of Color #e07ffb

%11
%49
%0
%2

Triadic Colors of #e07ffb

#e07ffb #fbe07f #7ffbe0

Analogous Colors of #e07ffb

#e07ffb #fb7fd8 #a27ffb

Monochromatic Colors of #e07ffb

#e07ffb

Complementary Color

#e07ffb #9afb7f

#e07ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ffb Color CSS Codes

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

#e07ffb Text Font Color

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

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


#e07ffb Background Color

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

This div background color is #e07ffb


#e07ffb Border Color

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

This div border color is #e07ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ffb


Comments

No comments written yet.

Please login to write comment.