Color Hex Logo

#e146da Color Hex

#E146DA
(225,70,218)
0 Favorites   0 Comments

Color spaces of #e146da

RGB 22570218
HSL0.840.720.58
HSV303°69°88°
CMYK 0.000.690.03   0.12
XYZ45.896425.449868.8230
Yxy25.44980.32740.1816
Hunter Lab50.447874.1121-45.5725
CIE-Lab57.511175.4104-44.8978

#e146da color RGB value is (225,70,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 11011010
Octal 341 106 332
Decimal 225 70 218
Hex E1 46 DA

RGB Percentages of Color #e146da

%43.86
%13.65
%42.50

CMYK Percentages of Color #e146da

%0
%69
%3
%12

Triadic Colors of #e146da

#e146da #dae146 #46dae1

Analogous Colors of #e146da

#e146da #e1468d #9b46e1

Monochromatic Colors of #e146da

#e146da

Complementary Color

#e146da #46e14d

#e146da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e146da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e146da Color CSS Codes

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

#e146da Text Font Color

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

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


#e146da Background Color

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

This div background color is #e146da


#e146da Border Color

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

This div border color is #e146da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,70,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e146da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e146da


Comments

No comments written yet.

Please login to write comment.