Color Hex Logo

#e142cb Color Hex

#E142CB
(225,66,203)
0 Favorites   0 Comments

Color spaces of #e142cb

RGB 22566203
HSL0.860.730.57
HSV308°71°88°
CMYK 0.000.710.10   0.12
XYZ43.779024.215858.8666
Yxy24.21580.34510.1909
Hunter Lab49.209672.6848-36.4786
CIE-Lab56.303274.4891-38.2687

#e142cb color RGB value is (225,66,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 11001011
Octal 341 102 313
Decimal 225 66 203
Hex E1 42 CB

RGB Percentages of Color #e142cb

%45.55
%13.36
%41.09

CMYK Percentages of Color #e142cb

%0
%71
%10
%12

Triadic Colors of #e142cb

#e142cb #cbe142 #42cbe1

Analogous Colors of #e142cb

#e142cb #e1427c #a842e1

Monochromatic Colors of #e142cb

#e142cb

Complementary Color

#e142cb #42e158

#e142cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e142cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e142cb Color CSS Codes

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

#e142cb Text Font Color

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

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


#e142cb Background Color

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

This div background color is #e142cb


#e142cb Border Color

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

This div border color is #e142cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e142cb


Comments

No comments written yet.

Please login to write comment.