Color Hex Logo

#e143df Color Hex

#E143DF
(225,67,223)
0 Favorites   0 Comments

Color spaces of #e143df

RGB 22567223
HSL0.840.720.57
HSV301°70°88°
CMYK 0.000.700.01   0.12
XYZ46.377825.349672.2606
Yxy25.34960.32210.1761
Hunter Lab50.348476.3134-49.8498
CIE-Lab57.414577.1935-47.8758

#e143df color RGB value is (225,67,223).

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

The process color (four color CMYK) of #e143df color hex is 0.00, 0.70, 0.01, 0.12. Web safe color of #e143df is #cc33cc. Color #e143df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 11011111
Octal 341 103 337
Decimal 225 67 223
Hex E1 43 DF

RGB Percentages of Color #e143df

%43.69
%13.01
%43.30

CMYK Percentages of Color #e143df

%0
%70
%1
%12

Triadic Colors of #e143df

#e143df #dfe143 #43dfe1

Analogous Colors of #e143df

#e143df #e14390 #9443e1

Monochromatic Colors of #e143df

#e143df

Complementary Color

#e143df #43e145

#e143df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143df Color CSS Codes

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

#e143df Text Font Color

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

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


#e143df Background Color

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

This div background color is #e143df


#e143df Border Color

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

This div border color is #e143df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143df


Comments

No comments written yet.

Please login to write comment.