Color Hex Logo

#e27ffe Color Hex

#E27FFE
(226,127,254)
0 Favorites   0 Comments

Color spaces of #e27ffe

RGB 226127254
HSL0.800.980.75
HSV287°50°100°
CMYK 0.110.500.00   0.00
XYZ56.842838.503398.2019
Yxy38.50330.29370.1989
Hunter Lab62.051054.9284-50.3966
CIE-Lab68.389957.5091-47.7340

#e27ffe color RGB value is (226,127,254).

#e27ffe hex color red value is 226, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e27ffe hue: 0.80 , saturation: 0.98 and the lightness value of e27ffe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 11111110
Octal 342 177 376
Decimal 226 127 254
Hex E2 7F FE

RGB Percentages of Color #e27ffe

%37.23
%20.92
%41.85

CMYK Percentages of Color #e27ffe

%11
%50
%0
%0

Triadic Colors of #e27ffe

#e27ffe #fee27f #7ffee2

Analogous Colors of #e27ffe

#e27ffe #fe7fdb #a37ffe

Monochromatic Colors of #e27ffe

#e27ffe

Complementary Color

#e27ffe #9bfe7f

#e27ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ffe Color CSS Codes

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

#e27ffe Text Font Color

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

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


#e27ffe Background Color

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

This div background color is #e27ffe


#e27ffe Border Color

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

This div border color is #e27ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.