Color Hex Logo

#e228cc Color Hex

#E228CC
(226,40,204)
0 Favorites   0 Comments

Color spaces of #e228cc

RGB 22640204
HSL0.850.760.52
HSV307°82°89°
CMYK 0.000.820.10   0.11
XYZ43.021922.046059.1145
Yxy22.04600.34640.1775
Hunter Lab46.953281.3866-41.7795
CIE-Lab54.075881.8513-42.3375

#e228cc color RGB value is (226,40,204).

#e228cc hex color red value is 226, green value is 40 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e228cc hue: 0.85 , saturation: 0.76 and the lightness value of e228cc is 0.52.

The process color (four color CMYK) of #e228cc color hex is 0.00, 0.82, 0.10, 0.11. Web safe color of #e228cc is #cc33cc. Color #e228cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101000 11001100
Octal 342 50 314
Decimal 226 40 204
Hex E2 28 CC

RGB Percentages of Color #e228cc

%48.09
%8.51
%43.40

CMYK Percentages of Color #e228cc

%0
%82
%10
%11

Triadic Colors of #e228cc

#e228cc #cce228 #28cce2

Analogous Colors of #e228cc

#e228cc #e2286f #9b28e2

Monochromatic Colors of #e228cc

#e228cc

Complementary Color

#e228cc #28e23e

#e228cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e228cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e228cc Color CSS Codes

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

#e228cc Text Font Color

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

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


#e228cc Background Color

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

This div background color is #e228cc


#e228cc Border Color

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

This div border color is #e228cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e228cc


Comments

No comments written yet.

Please login to write comment.