Color Hex Logo

#e26ddb Color Hex

#E26DDB
(226,109,219)
0 Favorites   0 Comments

Color spaces of #e26ddb

RGB 226109219
HSL0.840.670.66
HSV304°52°89°
CMYK 0.000.520.03   0.11
XYZ49.618932.220570.6218
Yxy32.22050.32550.2113
Hunter Lab56.763156.6986-34.0315
CIE-Lab63.524759.8203-36.0120

#e26ddb color RGB value is (226,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101101 11011011
Octal 342 155 333
Decimal 226 109 219
Hex E2 6D DB

RGB Percentages of Color #e26ddb

%40.79
%19.68
%39.53

CMYK Percentages of Color #e26ddb

%0
%52
%3
%11

Triadic Colors of #e26ddb

#e26ddb #dbe26d #6ddbe2

Analogous Colors of #e26ddb

#e26ddb #e26da1 #af6de2

Monochromatic Colors of #e26ddb

#e26ddb

Complementary Color

#e26ddb #6de274

#e26ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26ddb Color CSS Codes

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

#e26ddb Text Font Color

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

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


#e26ddb Background Color

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

This div background color is #e26ddb


#e26ddb Border Color

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

This div border color is #e26ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26ddb


Comments

No comments written yet.

Please login to write comment.