Color Hex Logo

#e26abc Color Hex

#E26ABC
(226,106,188)
0 Favorites   0 Comments

Color spaces of #e26abc

RGB 226106188
HSL0.890.670.65
HSV319°53°89°
CMYK 0.000.530.17   0.11
XYZ45.595230.107750.9852
Yxy30.10770.35990.2377
Hunter Lab54.870552.3031-16.6824
CIE-Lab61.747056.2919-21.2605

#e26abc color RGB value is (226,106,188).

#e26abc hex color red value is 226, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e26abc hue: 0.89 , saturation: 0.67 and the lightness value of e26abc is 0.65.

The process color (four color CMYK) of #e26abc color hex is 0.00, 0.53, 0.17, 0.11. Web safe color of #e26abc is #cc66cc. Color #e26abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101010 10111100
Octal 342 152 274
Decimal 226 106 188
Hex E2 6A BC

RGB Percentages of Color #e26abc

%43.46
%20.38
%36.15

CMYK Percentages of Color #e26abc

%0
%53
%17
%11

Triadic Colors of #e26abc

#e26abc #bce26a #6abce2

Analogous Colors of #e26abc

#e26abc #e26a80 #cc6ae2

Monochromatic Colors of #e26abc

#e26abc

Complementary Color

#e26abc #6ae290

#e26abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26abc Color CSS Codes

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

#e26abc Text Font Color

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

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


#e26abc Background Color

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

This div background color is #e26abc


#e26abc Border Color

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

This div border color is #e26abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26abc


Comments

No comments written yet.

Please login to write comment.