Color Hex Logo

#e267db Color Hex

#E267DB
(226,103,219)
0 Favorites   0 Comments

Color spaces of #e267db

RGB 226103219
HSL0.840.680.65
HSV303°54°89°
CMYK 0.000.540.03   0.11
XYZ49.000530.983770.4157
Yxy30.98370.32580.2060
Hunter Lab55.663059.7244-36.0399
CIE-Lab62.493962.5840-37.6207

#e267db color RGB value is (226,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100111 11011011
Octal 342 147 333
Decimal 226 103 219
Hex E2 67 DB

RGB Percentages of Color #e267db

%41.24
%18.80
%39.96

CMYK Percentages of Color #e267db

%0
%54
%3
%11

Triadic Colors of #e267db

#e267db #dbe267 #67dbe2

Analogous Colors of #e267db

#e267db #e2679e #ac67e2

Monochromatic Colors of #e267db

#e267db

Complementary Color

#e267db #67e26e

#e267db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e267db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e267db Color CSS Codes

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

#e267db Text Font Color

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

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


#e267db Background Color

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

This div background color is #e267db


#e267db Border Color

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

This div border color is #e267db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e267db


Comments

No comments written yet.

Please login to write comment.