Color Hex Logo

#e26acc Color Hex

#E26ACC
(226,106,204)
0 Favorites   0 Comments

Color spaces of #e26acc

RGB 226106204
HSL0.860.670.65
HSV311°53°89°
CMYK 0.000.530.10   0.11
XYZ47.417130.836560.5796
Yxy30.83650.34150.2221
Hunter Lab55.530655.2410-25.8094
CIE-Lab62.369458.7549-29.3752

#e26acc color RGB value is (226,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101010 11001100
Octal 342 152 314
Decimal 226 106 204
Hex E2 6A CC

RGB Percentages of Color #e26acc

%42.16
%19.78
%38.06

CMYK Percentages of Color #e26acc

%0
%53
%10
%11

Triadic Colors of #e26acc

#e26acc #cce26a #6acce2

Analogous Colors of #e26acc

#e26acc #e26a90 #bc6ae2

Monochromatic Colors of #e26acc

#e26acc

Complementary Color

#e26acc #6ae280

#e26acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26acc Color CSS Codes

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

#e26acc Text Font Color

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

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


#e26acc Background Color

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

This div background color is #e26acc


#e26acc Border Color

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

This div border color is #e26acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26acc


Comments

No comments written yet.

Please login to write comment.