color codes Logo

#e7028e color codes

#E7028E
(231,2,142)
0 Favorites   0 Comments

Color spaces of #e7028e

RGB 2312142
HSL0.900.980.46
HSV323°99°91°
CMYK 0.000.990.39   0.09
XYZ37.859218.985327.2603
Yxy18.98530.45010.2257
Hunter Lab43.572178.8449-6.5935
CIE-Lab50.670080.5162-11.1048

#e7028e color RGB value is (231,2,142).

#e7028e hex color red value is 231, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e7028e hue: 0.90 , saturation: 0.98 and the lightness value of e7028e is 0.46.

The process color (four color CMYK) of #e7028e color code is 0.00, 0.99, 0.39, 0.09. Web safe color of #e7028e is #ff0099. Color #e7028e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000010 10001110
Octal 347 2 216
Decimal 231 2 142
Hex E7 2 8E

RGB Percentages of Color #e7028e

%61.60
%0.53
%37.87

CMYK Percentages of Color #e7028e

%0
%99
%39
%9

Triadic Colors of #e7028e

#e7028e #8ee702 #028ee7

Analogous Colors of #e7028e

#e7028e #e7021c #ce02e7

Monochromatic Colors of #e7028e

#e7028e

Complementary Color

#e7028e #02e75b

#e7028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7028e Color CSS Codes

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

#e7028e Text Font Color

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

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


#e7028e Background Color

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

This div background color is #e7028e


#e7028e Border Color

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

This div border color is #e7028e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,2,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7028e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7028e;
  -webkit-box-shadow: 1px 1px 3px 2px #e7028e;
  box-shadow:         1px 1px 3px 2px #e7028e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7028e


Comments

No comments written yet.

Please login to write comment.