Color Hex Logo

#e426ce Color Hex

#E426CE
(228,38,206)
0 Favorites   0 Comments

Color spaces of #e426ce

RGB 22838206
HSL0.850.780.52
HSV307°83°89°
CMYK 0.000.830.10   0.11
XYZ43.828622.336460.3939
Yxy22.33640.34630.1765
Hunter Lab47.261482.8273-42.6819
CIE-Lab54.382182.9154-42.9780

#e426ce color RGB value is (228,38,206).

#e426ce hex color red value is 228, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e426ce hue: 0.85 , saturation: 0.78 and the lightness value of e426ce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100110 11001110
Octal 344 46 316
Decimal 228 38 206
Hex E4 26 CE

RGB Percentages of Color #e426ce

%48.31
%8.05
%43.64

CMYK Percentages of Color #e426ce

%0
%83
%10
%11

Triadic Colors of #e426ce

#e426ce #cee426 #26cee4

Analogous Colors of #e426ce

#e426ce #e4266f #9b26e4

Monochromatic Colors of #e426ce

#e426ce

Complementary Color

#e426ce #26e43c

#e426ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e426ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e426ce Color CSS Codes

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

#e426ce Text Font Color

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

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


#e426ce Background Color

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

This div background color is #e426ce


#e426ce Border Color

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

This div border color is #e426ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,38,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e426ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e426ce;
  -webkit-box-shadow: 1px 1px 3px 2px #e426ce;
  box-shadow:         1px 1px 3px 2px #e426ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,38,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e426ce


Comments

No comments written yet.

Please login to write comment.