Color Hex Logo

#e271ef Color Hex

#E271EF
(226,113,239)
0 Favorites   0 Comments

Color spaces of #e271ef

RGB 226113239
HSL0.820.800.69
HSV294°53°94°
CMYK 0.050.530.00   0.06
XYZ52.849134.211085.4793
Yxy34.21100.30630.1983
Hunter Lab58.490258.9268-45.7051
CIE-Lab65.129761.4556-44.6214

#e271ef color RGB value is (226,113,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 11101111
Octal 342 161 357
Decimal 226 113 239
Hex E2 71 EF

RGB Percentages of Color #e271ef

%39.10
%19.55
%41.35

CMYK Percentages of Color #e271ef

%5
%53
%0
%6

Triadic Colors of #e271ef

#e271ef #efe271 #71efe2

Analogous Colors of #e271ef

#e271ef #ef71bd #a371ef

Monochromatic Colors of #e271ef

#e271ef

Complementary Color

#e271ef #7eef71

#e271ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e271ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e271ef Color CSS Codes

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

#e271ef Text Font Color

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

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


#e271ef Background Color

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

This div background color is #e271ef


#e271ef Border Color

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

This div border color is #e271ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e271ef


Comments

No comments written yet.

Please login to write comment.