Color Hex Logo

#e227ec Color Hex

#E227EC
(226,39,236)
0 Favorites   0 Comments

Color spaces of #e227ec

RGB 22639236
HSL0.820.840.54
HSV297°83°93°
CMYK 0.040.830.00   0.07
XYZ47.229923.675981.4375
Yxy23.67590.31000.1554
Hunter Lab48.657988.1102-65.1717
CIE-Lab55.761886.7131-57.8179

#e227ec color RGB value is (226,39,236).

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

The process color (four color CMYK) of #e227ec color hex is 0.04, 0.83, 0.00, 0.07. Web safe color of #e227ec is #cc33ff. Color #e227ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100111 11101100
Octal 342 47 354
Decimal 226 39 236
Hex E2 27 EC

RGB Percentages of Color #e227ec

%45.11
%7.78
%47.11

CMYK Percentages of Color #e227ec

%4
%83
%0
%7

Triadic Colors of #e227ec

#e227ec #ece227 #27ece2

Analogous Colors of #e227ec

#e227ec #ec2794 #8027ec

Monochromatic Colors of #e227ec

#e227ec

Complementary Color

#e227ec #31ec27

#e227ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e227ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e227ec Color CSS Codes

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

#e227ec Text Font Color

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

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


#e227ec Background Color

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

This div background color is #e227ec


#e227ec Border Color

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

This div border color is #e227ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e227ec


Comments

No comments written yet.

Please login to write comment.