Color Hex Logo

#e27cff Color Hex

#E27CFF
(226,124,255)
1 Favorites   0 Comments

Color spaces of #e27cff

RGB 226124255
HSL0.801.000.74
HSV287°51°100°
CMYK 0.110.510.00   0.00
XYZ56.621737.804198.9204
Yxy37.80410.29290.1955
Hunter Lab61.485056.7822-52.3494
CIE-Lab67.876059.1775-49.0902

#e27cff color RGB value is (226,124,255).

#e27cff hex color red value is 226, green value is 124 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e27cff hue: 0.80 , saturation: 1.00 and the lightness value of e27cff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11111111
Octal 342 174 377
Decimal 226 124 255
Hex E2 7C FF

RGB Percentages of Color #e27cff

%37.36
%20.50
%42.15

CMYK Percentages of Color #e27cff

%11
%51
%0
%0

Triadic Colors of #e27cff

#e27cff #ffe27c #7cffe2

Analogous Colors of #e27cff

#e27cff #ff7cdb #a17cff

Monochromatic Colors of #e27cff

#e27cff

Complementary Color

#e27cff #99ff7c

#e27cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cff Color CSS Codes

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

#e27cff Text Font Color

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

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


#e27cff Background Color

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

This div background color is #e27cff


#e27cff Border Color

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

This div border color is #e27cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cff

#e27cff Color Palettes


Comments

No comments written yet.

Please login to write comment.