Color Hex Logo

#e271ec Color Hex

#E271EC
(226,113,236)
0 Favorites   0 Comments

Color spaces of #e271ec

RGB 226113236
HSL0.820.760.68
HSV295°52°93°
CMYK 0.040.520.00   0.07
XYZ52.409534.035183.1640
Yxy34.03510.30900.2007
Hunter Lab58.339658.2615-43.6811
CIE-Lab64.990460.9128-43.1805

#e271ec color RGB value is (226,113,236).

#e271ec hex color red value is 226, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e271ec hue: 0.82 , saturation: 0.76 and the lightness value of e271ec is 0.68.

The process color (four color CMYK) of #e271ec color hex is 0.04, 0.52, 0.00, 0.07. Web safe color of #e271ec is #cc66ff. Color #e271ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 11101100
Octal 342 161 354
Decimal 226 113 236
Hex E2 71 EC

RGB Percentages of Color #e271ec

%39.30
%19.65
%41.04

CMYK Percentages of Color #e271ec

%4
%52
%0
%7

Triadic Colors of #e271ec

#e271ec #ece271 #71ece2

Analogous Colors of #e271ec

#e271ec #ec71b9 #a571ec

Monochromatic Colors of #e271ec

#e271ec

Complementary Color

#e271ec #7bec71

#e271ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e271ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e271ec Color CSS Codes

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

#e271ec Text Font Color

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

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


#e271ec Background Color

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

This div background color is #e271ec


#e271ec Border Color

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

This div border color is #e271ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e271ec


Comments

No comments written yet.

Please login to write comment.