Color Hex Logo

#e279eb Color Hex

#E279EB
(226,121,235)
0 Favorites   0 Comments

Color spaces of #e279eb

RGB 226121235
HSL0.820.740.70
HSV295°49°92°
CMYK 0.040.490.00   0.08
XYZ53.196835.841782.7116
Yxy35.84170.30970.2087
Hunter Lab59.867953.8407-40.0056
CIE-Lab66.398856.8851-40.4202

#e279eb color RGB value is (226,121,235).

#e279eb hex color red value is 226, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e279eb hue: 0.82 , saturation: 0.74 and the lightness value of e279eb is 0.70.

The process color (four color CMYK) of #e279eb color hex is 0.04, 0.49, 0.00, 0.08. Web safe color of #e279eb is #cc66ff. Color #e279eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 11101011
Octal 342 171 353
Decimal 226 121 235
Hex E2 79 EB

RGB Percentages of Color #e279eb

%38.83
%20.79
%40.38

CMYK Percentages of Color #e279eb

%4
%49
%0
%8

Triadic Colors of #e279eb

#e279eb #ebe279 #79ebe2

Analogous Colors of #e279eb

#e279eb #eb79bb #a979eb

Monochromatic Colors of #e279eb

#e279eb

Complementary Color

#e279eb #82eb79

#e279eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e279eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e279eb Color CSS Codes

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

#e279eb Text Font Color

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

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


#e279eb Background Color

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

This div background color is #e279eb


#e279eb Border Color

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

This div border color is #e279eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e279eb


Comments

No comments written yet.

Please login to write comment.