Color Hex Logo

#e146db Color Hex

#E146DB
(225,70,219)
0 Favorites   0 Comments

Color spaces of #e146db

RGB 22570219
HSL0.840.720.58
HSV302°69°88°
CMYK 0.000.690.03   0.12
XYZ46.027725.502369.5143
Yxy25.50230.32630.1808
Hunter Lab50.499874.3180-46.2644
CIE-Lab57.561675.5664-45.3835

#e146db color RGB value is (225,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 11011011
Octal 341 106 333
Decimal 225 70 219
Hex E1 46 DB

RGB Percentages of Color #e146db

%43.77
%13.62
%42.61

CMYK Percentages of Color #e146db

%0
%69
%3
%12

Triadic Colors of #e146db

#e146db #dbe146 #46dbe1

Analogous Colors of #e146db

#e146db #e1468e #9a46e1

Monochromatic Colors of #e146db

#e146db

Complementary Color

#e146db #46e14c

#e146db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e146db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e146db Color CSS Codes

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

#e146db Text Font Color

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

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


#e146db Background Color

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

This div background color is #e146db


#e146db Border Color

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

This div border color is #e146db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e146db


Comments

No comments written yet.

Please login to write comment.