Color Hex Logo

#e277ef Color Hex

#E277EF
(226,119,239)
0 Favorites   0 Comments

Color spaces of #e277ef

RGB 226119239
HSL0.820.790.70
HSV294°50°94°
CMYK 0.050.500.00   0.06
XYZ53.540835.594485.7098
Yxy35.59440.30620.2036
Hunter Lab59.661055.7820-43.4140
CIE-Lab66.208858.5901-42.9265

#e277ef color RGB value is (226,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 11101111
Octal 342 167 357
Decimal 226 119 239
Hex E2 77 EF

RGB Percentages of Color #e277ef

%38.70
%20.38
%40.92

CMYK Percentages of Color #e277ef

%5
%50
%0
%6

Triadic Colors of #e277ef

#e277ef #efe277 #77efe2

Analogous Colors of #e277ef

#e277ef #ef77c0 #a677ef

Monochromatic Colors of #e277ef

#e277ef

Complementary Color

#e277ef #84ef77

#e277ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e277ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e277ef Color CSS Codes

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

#e277ef Text Font Color

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

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


#e277ef Background Color

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

This div background color is #e277ef


#e277ef Border Color

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

This div border color is #e277ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e277ef


Comments

No comments written yet.

Please login to write comment.