Color Hex Logo

#e143ad Color Hex

#E143AD
(225,67,173)
0 Favorites   0 Comments

Color spaces of #e143ad

RGB 22567173
HSL0.890.720.57
HSV320°70°88°
CMYK 0.000.700.23   0.12
XYZ40.601323.039041.8422
Yxy23.03900.38490.2184
Hunter Lab47.999066.9912-18.0857
CIE-Lab55.112570.0433-22.7980

#e143ad color RGB value is (225,67,173).

#e143ad hex color red value is 225, green value is 67 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e143ad hue: 0.89 , saturation: 0.72 and the lightness value of e143ad is 0.57.

The process color (four color CMYK) of #e143ad color hex is 0.00, 0.70, 0.23, 0.12. Web safe color of #e143ad is #cc3399. Color #e143ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10101101
Octal 341 103 255
Decimal 225 67 173
Hex E1 43 AD

RGB Percentages of Color #e143ad

%48.39
%14.41
%37.20

CMYK Percentages of Color #e143ad

%0
%70
%23
%12

Triadic Colors of #e143ad

#e143ad #ade143 #43ade1

Analogous Colors of #e143ad

#e143ad #e1435e #c643e1

Monochromatic Colors of #e143ad

#e143ad

Complementary Color

#e143ad #43e177

#e143ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143ad Color CSS Codes

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

#e143ad Text Font Color

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

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


#e143ad Background Color

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

This div background color is #e143ad


#e143ad Border Color

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

This div border color is #e143ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143ad


Comments

No comments written yet.

Please login to write comment.