Color Hex Logo

#e143da Color Hex

#E143DA
(225,67,218)
0 Favorites   0 Comments

Color spaces of #e143da

RGB 22567218
HSL0.840.720.57
HSV303°70°88°
CMYK 0.000.700.03   0.12
XYZ45.713425.083868.7620
Yxy25.08380.32760.1797
Hunter Lab50.083775.2775-46.3431
CIE-Lab57.157076.4146-45.4576

#e143da color RGB value is (225,67,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 11011010
Octal 341 103 332
Decimal 225 67 218
Hex E1 43 DA

RGB Percentages of Color #e143da

%44.12
%13.14
%42.75

CMYK Percentages of Color #e143da

%0
%70
%3
%12

Triadic Colors of #e143da

#e143da #dae143 #43dae1

Analogous Colors of #e143da

#e143da #e1438b #9943e1

Monochromatic Colors of #e143da

#e143da

Complementary Color

#e143da #43e14a

#e143da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143da Color CSS Codes

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

#e143da Text Font Color

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

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


#e143da Background Color

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

This div background color is #e143da


#e143da Border Color

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

This div border color is #e143da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143da


Comments

No comments written yet.

Please login to write comment.