Color Hex Logo

#e26ecc Color Hex

#E26ECC
(226,110,204)
0 Favorites   0 Comments

Color spaces of #e26ecc

RGB 226110204
HSL0.860.670.66
HSV311°51°89°
CMYK 0.000.510.10   0.11
XYZ47.839031.680260.7202
Yxy31.68020.34110.2259
Hunter Lab56.285253.2152-24.5622
CIE-Lab63.077756.8744-28.2811

#e26ecc color RGB value is (226,110,204).

#e26ecc hex color red value is 226, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e26ecc hue: 0.86 , saturation: 0.67 and the lightness value of e26ecc is 0.66.

The process color (four color CMYK) of #e26ecc color hex is 0.00, 0.51, 0.10, 0.11. Web safe color of #e26ecc is #cc66cc. Color #e26ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101110 11001100
Octal 342 156 314
Decimal 226 110 204
Hex E2 6E CC

RGB Percentages of Color #e26ecc

%41.85
%20.37
%37.78

CMYK Percentages of Color #e26ecc

%0
%51
%10
%11

Triadic Colors of #e26ecc

#e26ecc #cce26e #6ecce2

Analogous Colors of #e26ecc

#e26ecc #e26e92 #be6ee2

Monochromatic Colors of #e26ecc

#e26ecc

Complementary Color

#e26ecc #6ee284

#e26ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26ecc Color CSS Codes

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

#e26ecc Text Font Color

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

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


#e26ecc Background Color

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

This div background color is #e26ecc


#e26ecc Border Color

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

This div border color is #e26ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26ecc


Comments

No comments written yet.

Please login to write comment.