Color Hex Logo

#e70658 Color Hex

#E70658
(231,6,88)
0 Favorites   0 Comments

Color spaces of #e70658

RGB 231688
HSL0.940.950.46
HSV338°97°91°
CMYK 0.000.970.62   0.09
XYZ34.781617.823810.8397
Yxy17.82380.54820.2809
Hunter Lab42.218273.175714.3298
CIE-Lab49.281776.248719.8612

#e70658 color RGB value is (231,6,88).

#e70658 hex color red value is 231, green value is 6 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e70658 hue: 0.94 , saturation: 0.95 and the lightness value of e70658 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000110 01011000
Octal 347 6 130
Decimal 231 6 88
Hex E7 6 58

RGB Percentages of Color #e70658

%71.08
%1.85
%27.08

CMYK Percentages of Color #e70658

%0
%97
%62
%9

Triadic Colors of #e70658

#e70658 #58e706 #0658e7

Analogous Colors of #e70658

#e70658 #e72506 #e706c9

Monochromatic Colors of #e70658

#e70658

Complementary Color

#e70658 #06e795

#e70658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70658 Color CSS Codes

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

#e70658 Text Font Color

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

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


#e70658 Background Color

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

This div background color is #e70658


#e70658 Border Color

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

This div border color is #e70658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70658


Comments

No comments written yet.

Please login to write comment.