Color Hex Logo

#e142be Color Hex

#E142BE
(225,66,190)
0 Favorites   0 Comments

Color spaces of #e142be

RGB 22566190
HSL0.870.730.57
HSV313°71°88°
CMYK 0.000.710.16   0.12
XYZ42.293823.621751.0455
Yxy23.62170.36160.2020
Hunter Lab48.602270.2777-28.2491
CIE-Lab55.707072.6420-31.7355

#e142be color RGB value is (225,66,190).

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

The process color (four color CMYK) of #e142be color hex is 0.00, 0.71, 0.16, 0.12. Web safe color of #e142be is #cc33cc. Color #e142be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 10111110
Octal 341 102 276
Decimal 225 66 190
Hex E1 42 BE

RGB Percentages of Color #e142be

%46.78
%13.72
%39.50

CMYK Percentages of Color #e142be

%0
%71
%16
%12

Triadic Colors of #e142be

#e142be #bee142 #42bee1

Analogous Colors of #e142be

#e142be #e1426f #b542e1

Monochromatic Colors of #e142be

#e142be

Complementary Color

#e142be #42e165

#e142be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e142be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e142be Color CSS Codes

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

#e142be Text Font Color

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

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


#e142be Background Color

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

This div background color is #e142be


#e142be Border Color

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

This div border color is #e142be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e142be


Comments

No comments written yet.

Please login to write comment.