Color Hex Logo

#e07feb Color Hex

#E07FEB
(224,127,235)
0 Favorites   0 Comments

Color spaces of #e07feb

RGB 224127235
HSL0.820.730.71
HSV294°46°92°
CMYK 0.050.460.00   0.08
XYZ53.325237.024282.9331
Yxy37.02420.30770.2137
Hunter Lab60.847549.9497-38.2170
CIE-Lab67.295253.3526-39.0374

#e07feb color RGB value is (224,127,235).

#e07feb hex color red value is 224, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e07feb hue: 0.82 , saturation: 0.73 and the lightness value of e07feb is 0.71.

The process color (four color CMYK) of #e07feb color hex is 0.05, 0.46, 0.00, 0.08. Web safe color of #e07feb is #cc66ff. Color #e07feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 11101011
Octal 340 177 353
Decimal 224 127 235
Hex E0 7F EB

RGB Percentages of Color #e07feb

%38.23
%21.67
%40.10

CMYK Percentages of Color #e07feb

%5
%46
%0
%8

Triadic Colors of #e07feb

#e07feb #ebe07f #7febe0

Analogous Colors of #e07feb

#e07feb #eb7fc0 #aa7feb

Monochromatic Colors of #e07feb

#e07feb

Complementary Color

#e07feb #8aeb7f

#e07feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07feb Color CSS Codes

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

#e07feb Text Font Color

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

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


#e07feb Background Color

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

This div background color is #e07feb


#e07feb Border Color

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

This div border color is #e07feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,127,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e07feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07feb


Comments

No comments written yet.

Please login to write comment.