Color Hex Logo

#e026db Color Hex

#E026DB
(224,38,219)
0 Favorites   0 Comments

Color spaces of #e026db

RGB 22438219
HSL0.840.750.51
HSV302°83°88°
CMYK 0.000.830.02   0.12
XYZ44.219822.348069.0008
Yxy22.34800.32620.1648
Hunter Lab47.273784.2400-53.4483
CIE-Lab54.394384.0088-50.4192

#e026db color RGB value is (224,38,219).

#e026db hex color red value is 224, green value is 38 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e026db hue: 0.84 , saturation: 0.75 and the lightness value of e026db is 0.51.

The process color (four color CMYK) of #e026db color hex is 0.00, 0.83, 0.02, 0.12. Web safe color of #e026db is #cc33cc. Color #e026db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100110 11011011
Octal 340 46 333
Decimal 224 38 219
Hex E0 26 DB

RGB Percentages of Color #e026db

%46.57
%7.90
%45.53

CMYK Percentages of Color #e026db

%0
%83
%2
%12

Triadic Colors of #e026db

#e026db #dbe026 #26dbe0

Analogous Colors of #e026db

#e026db #e0267e #8826e0

Monochromatic Colors of #e026db

#e026db

Complementary Color

#e026db #26e02b

#e026db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e026db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e026db Color CSS Codes

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

#e026db Text Font Color

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

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


#e026db Background Color

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

This div background color is #e026db


#e026db Border Color

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

This div border color is #e026db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e026db


Comments

No comments written yet.

Please login to write comment.