Color Hex Logo

#e70879 Color Hex

#E70879
(231,8,121)
0 Favorites   0 Comments

Color spaces of #e70879

RGB 2318121
HSL0.920.930.47
HSV330°97°91°
CMYK 0.000.970.48   0.09
XYZ36.493018.543119.7449
Yxy18.54310.48800.2480
Hunter Lab43.061775.91342.9572
CIE-Lab50.148378.28530.8449

#e70879 color RGB value is (231,8,121).

#e70879 hex color red value is 231, green value is 8 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e70879 hue: 0.92 , saturation: 0.93 and the lightness value of e70879 is 0.47.

The process color (four color CMYK) of #e70879 color hex is 0.00, 0.97, 0.48, 0.09. Web safe color of #e70879 is #ff0066. Color #e70879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 01111001
Octal 347 10 171
Decimal 231 8 121
Hex E7 8 79

RGB Percentages of Color #e70879

%64.17
%2.22
%33.61

CMYK Percentages of Color #e70879

%0
%97
%48
%9

Triadic Colors of #e70879

#e70879 #79e708 #0879e7

Analogous Colors of #e70879

#e70879 #e70809 #e608e7

Monochromatic Colors of #e70879

#e70879

Complementary Color

#e70879 #08e776

#e70879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70879 Color CSS Codes

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

#e70879 Text Font Color

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

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


#e70879 Background Color

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

This div background color is #e70879


#e70879 Border Color

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

This div border color is #e70879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70879


Comments

No comments written yet.

Please login to write comment.