Color Hex Logo

#e143ff Color Hex

#E143FF
(225,67,255)
0 Favorites   0 Comments

Color spaces of #e143ff

RGB 22567255
HSL0.811.000.63
HSV290°74°100°
CMYK 0.120.740.00   0.00
XYZ51.108527.241997.1722
Yxy27.24190.29120.1552
Hunter Lab52.193883.4493-73.8480
CIE-Lab59.197682.4609-62.9051

#e143ff color RGB value is (225,67,255).

#e143ff hex color red value is 225, green value is 67 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e143ff hue: 0.81 , saturation: 1.00 and the lightness value of e143ff is 0.63.

The process color (four color CMYK) of #e143ff color hex is 0.12, 0.74, 0.00, 0.00. Web safe color of #e143ff is #cc33ff. Color #e143ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 11111111
Octal 341 103 377
Decimal 225 67 255
Hex E1 43 FF

RGB Percentages of Color #e143ff

%41.13
%12.25
%46.62

CMYK Percentages of Color #e143ff

%12
%74
%0
%0

Triadic Colors of #e143ff

#e143ff #ffe143 #43ffe1

Analogous Colors of #e143ff

#e143ff #ff43bf #8343ff

Monochromatic Colors of #e143ff

#e143ff

Complementary Color

#e143ff #61ff43

#e143ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143ff Color CSS Codes

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

#e143ff Text Font Color

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

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


#e143ff Background Color

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

This div background color is #e143ff


#e143ff Border Color

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

This div border color is #e143ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143ff

Related Colors


Comments

No comments written yet.

Please login to write comment.