Color Hex Logo

#e266db Color Hex

#E266DB
(226,102,219)
0 Favorites   0 Comments

Color spaces of #e266db

RGB 226102219
HSL0.840.680.64
HSV303°55°89°
CMYK 0.000.550.03   0.11
XYZ48.901630.786070.3827
Yxy30.78600.32590.2051
Hunter Lab55.485160.2213-36.3696
CIE-Lab62.326663.0353-37.8822

#e266db color RGB value is (226,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100110 11011011
Octal 342 146 333
Decimal 226 102 219
Hex E2 66 DB

RGB Percentages of Color #e266db

%41.32
%18.65
%40.04

CMYK Percentages of Color #e266db

%0
%55
%3
%11

Triadic Colors of #e266db

#e266db #dbe266 #66dbe2

Analogous Colors of #e266db

#e266db #e2669d #ab66e2

Monochromatic Colors of #e266db

#e266db

Complementary Color

#e266db #66e26d

#e266db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e266db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e266db Color CSS Codes

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

#e266db Text Font Color

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

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


#e266db Background Color

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

This div background color is #e266db


#e266db Border Color

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

This div border color is #e266db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e266db


Comments

No comments written yet.

Please login to write comment.