Color Hex Logo

#e277ee Color Hex

#E277EE
(226,119,238)
0 Favorites   0 Comments

Color spaces of #e277ee

RGB 226119238
HSL0.820.780.70
HSV294°50°93°
CMYK 0.050.500.00   0.07
XYZ53.393535.535484.9338
Yxy35.53540.30710.2044
Hunter Lab59.611655.5604-42.7475
CIE-Lab66.163458.4070-42.4459

#e277ee color RGB value is (226,119,238).

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

The process color (four color CMYK) of #e277ee color hex is 0.05, 0.50, 0.00, 0.07. Web safe color of #e277ee is #cc66ff. Color #e277ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 11101110
Octal 342 167 356
Decimal 226 119 238
Hex E2 77 EE

RGB Percentages of Color #e277ee

%38.77
%20.41
%40.82

CMYK Percentages of Color #e277ee

%5
%50
%0
%7

Triadic Colors of #e277ee

#e277ee #eee277 #77eee2

Analogous Colors of #e277ee

#e277ee #ee77bf #a777ee

Monochromatic Colors of #e277ee

#e277ee

Complementary Color

#e277ee #83ee77

#e277ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e277ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e277ee Color CSS Codes

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

#e277ee Text Font Color

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

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


#e277ee Background Color

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

This div background color is #e277ee


#e277ee Border Color

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

This div border color is #e277ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e277ee


Comments

No comments written yet.

Please login to write comment.