Color Hex Logo

#e26dbb Color Hex

#E26DBB
(226,109,187)
0 Favorites   0 Comments

Color spaces of #e26dbb

RGB 226109187
HSL0.890.670.66
HSV320°52°89°
CMYK 0.000.520.17   0.11
XYZ45.802330.693950.5242
Yxy30.69390.36060.2416
Hunter Lab55.402150.6168-15.2884
CIE-Lab62.248454.7227-19.9266

#e26dbb color RGB value is (226,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101101 10111011
Octal 342 155 273
Decimal 226 109 187
Hex E2 6D BB

RGB Percentages of Color #e26dbb

%43.30
%20.88
%35.82

CMYK Percentages of Color #e26dbb

%0
%52
%17
%11

Triadic Colors of #e26dbb

#e26dbb #bbe26d #6dbbe2

Analogous Colors of #e26dbb

#e26dbb #e26d81 #cf6de2

Monochromatic Colors of #e26dbb

#e26dbb

Complementary Color

#e26dbb #6de294

#e26dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26dbb Color CSS Codes

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

#e26dbb Text Font Color

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

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


#e26dbb Background Color

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

This div background color is #e26dbb


#e26dbb Border Color

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

This div border color is #e26dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26dbb


Comments

No comments written yet.

Please login to write comment.