Color Hex Logo

#e70855 Color Hex

#E70855
(231,8,85)
0 Favorites   0 Comments

Color spaces of #e70855

RGB 231885
HSL0.940.930.47
HSV339°97°91°
CMYK 0.000.970.63   0.09
XYZ34.681517.818510.2057
Yxy17.81850.55310.2842
Hunter Lab42.212072.785315.2137
CIE-Lab49.275275.933221.6936

#e70855 color RGB value is (231,8,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 01010101
Octal 347 10 125
Decimal 231 8 85
Hex E7 8 55

RGB Percentages of Color #e70855

%71.30
%2.47
%26.23

CMYK Percentages of Color #e70855

%0
%97
%63
%9

Triadic Colors of #e70855

#e70855 #55e708 #0855e7

Analogous Colors of #e70855

#e70855 #e72a08 #e708c5

Monochromatic Colors of #e70855

#e70855

Complementary Color

#e70855 #08e79a

#e70855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70855 Color CSS Codes

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

#e70855 Text Font Color

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

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


#e70855 Background Color

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

This div background color is #e70855


#e70855 Border Color

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

This div border color is #e70855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70855


Comments

No comments written yet.

Please login to write comment.