Color Hex Logo

#e26edb Color Hex

#E26EDB
(226,110,219)
0 Favorites   0 Comments

Color spaces of #e26edb

RGB 226110219
HSL0.840.670.66
HSV304°51°89°
CMYK 0.000.510.03   0.11
XYZ49.726132.435170.6576
Yxy32.43510.32540.2122
Hunter Lab56.951856.1873-33.6922
CIE-Lab63.700959.3507-35.7375

#e26edb color RGB value is (226,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101110 11011011
Octal 342 156 333
Decimal 226 110 219
Hex E2 6E DB

RGB Percentages of Color #e26edb

%40.72
%19.82
%39.46

CMYK Percentages of Color #e26edb

%0
%51
%3
%11

Triadic Colors of #e26edb

#e26edb #dbe26e #6edbe2

Analogous Colors of #e26edb

#e26edb #e26ea1 #af6ee2

Monochromatic Colors of #e26edb

#e26edb

Complementary Color

#e26edb #6ee275

#e26edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26edb Color CSS Codes

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

#e26edb Text Font Color

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

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


#e26edb Background Color

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

This div background color is #e26edb


#e26edb Border Color

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

This div border color is #e26edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26edb


Comments

No comments written yet.

Please login to write comment.