Color Hex Logo

#e277ff Color Hex

#E277FF
(226,119,255)
0 Favorites   0 Comments

Color spaces of #e277ff

RGB 226119255
HSL0.801.000.73
HSV287°53°100°
CMYK 0.110.530.00   0.00
XYZ56.010936.582498.7168
Yxy36.58240.29280.1912
Hunter Lab60.483459.4548-54.4307
CIE-Lab66.962561.5965-50.5321

#e277ff color RGB value is (226,119,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 11111111
Octal 342 167 377
Decimal 226 119 255
Hex E2 77 FF

RGB Percentages of Color #e277ff

%37.67
%19.83
%42.50

CMYK Percentages of Color #e277ff

%11
%53
%0
%0

Triadic Colors of #e277ff

#e277ff #ffe277 #77ffe2

Analogous Colors of #e277ff

#e277ff #ff77d8 #9e77ff

Monochromatic Colors of #e277ff

#e277ff

Complementary Color

#e277ff #94ff77

#e277ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e277ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e277ff Color CSS Codes

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

#e277ff Text Font Color

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

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


#e277ff Background Color

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

This div background color is #e277ff


#e277ff Border Color

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

This div border color is #e277ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e277ff

#e277ff Color Palettes


Comments

No comments written yet.

Please login to write comment.