Color Hex Logo

#e143bf Color Hex

#E143BF
(225,67,191)
0 Favorites   0 Comments

Color spaces of #e143bf

RGB 22567191
HSL0.870.720.57
HSV313°70°88°
CMYK 0.000.700.15   0.12
XYZ42.462523.783451.6429
Yxy23.78340.36020.2017
Hunter Lab48.768270.0756-28.6471
CIE-Lab55.870372.4452-32.0578

#e143bf color RGB value is (225,67,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10111111
Octal 341 103 277
Decimal 225 67 191
Hex E1 43 BF

RGB Percentages of Color #e143bf

%46.58
%13.87
%39.54

CMYK Percentages of Color #e143bf

%0
%70
%15
%12

Triadic Colors of #e143bf

#e143bf #bfe143 #43bfe1

Analogous Colors of #e143bf

#e143bf #e14370 #b443e1

Monochromatic Colors of #e143bf

#e143bf

Complementary Color

#e143bf #43e165

#e143bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143bf Color CSS Codes

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

#e143bf Text Font Color

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

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


#e143bf Background Color

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

This div background color is #e143bf


#e143bf Border Color

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

This div border color is #e143bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143bf


Comments

No comments written yet.

Please login to write comment.