Color Hex Logo

#e246db Color Hex

#E246DB
(226,70,219)
0 Favorites   0 Comments

Color spaces of #e246db

RGB 22670219
HSL0.840.730.58
HSV303°69°89°
CMYK 0.000.690.03   0.11
XYZ46.340425.663569.5290
Yxy25.66350.32740.1813
Hunter Lab50.659274.6291-45.9133
CIE-Lab57.716375.7869-45.1290

#e246db color RGB value is (226,70,219).

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

The process color (four color CMYK) of #e246db color hex is 0.00, 0.69, 0.03, 0.11. Web safe color of #e246db is #cc33cc. Color #e246db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000110 11011011
Octal 342 106 333
Decimal 226 70 219
Hex E2 46 DB

RGB Percentages of Color #e246db

%43.88
%13.59
%42.52

CMYK Percentages of Color #e246db

%0
%69
%3
%11

Triadic Colors of #e246db

#e246db #dbe246 #46dbe2

Analogous Colors of #e246db

#e246db #e2468d #9b46e2

Monochromatic Colors of #e246db

#e246db

Complementary Color

#e246db #46e24d

#e246db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e246db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e246db Color CSS Codes

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

#e246db Text Font Color

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

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


#e246db Background Color

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

This div background color is #e246db


#e246db Border Color

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

This div border color is #e246db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e246db


Comments

No comments written yet.

Please login to write comment.