Color Hex Logo

#e279ff Color Hex

#E279FF
(226,121,255)
0 Favorites   0 Comments

Color spaces of #e279ff

RGB 226121255
HSL0.801.000.74
HSV287°53°100°
CMYK 0.110.530.00   0.00
XYZ56.251437.063598.7969
Yxy37.06350.29280.1929
Hunter Lab60.879858.3899-53.6011
CIE-Lab67.324660.6348-49.9602

#e279ff color RGB value is (226,121,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 11111111
Octal 342 171 377
Decimal 226 121 255
Hex E2 79 FF

RGB Percentages of Color #e279ff

%37.54
%20.10
%42.36

CMYK Percentages of Color #e279ff

%11
%53
%0
%0

Triadic Colors of #e279ff

#e279ff #ffe279 #79ffe2

Analogous Colors of #e279ff

#e279ff #ff79d9 #9f79ff

Monochromatic Colors of #e279ff

#e279ff

Complementary Color

#e279ff #96ff79

#e279ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e279ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e279ff Color CSS Codes

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

#e279ff Text Font Color

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

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


#e279ff Background Color

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

This div background color is #e279ff


#e279ff Border Color

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

This div border color is #e279ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,121,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e279ff


Comments

No comments written yet.

Please login to write comment.