Color Hex Logo

#e70775 Color Hex

#E70775
(231,7,117)
0 Favorites   0 Comments

Color spaces of #e70775

RGB 2317117
HSL0.920.940.47
HSV331°97°91°
CMYK 0.000.970.49   0.09
XYZ36.241918.425218.4759
Yxy18.42520.49550.2519
Hunter Lab42.924675.59234.5272
CIE-Lab50.007878.05553.0817

#e70775 color RGB value is (231,7,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 01110101
Octal 347 7 165
Decimal 231 7 117
Hex E7 7 75

RGB Percentages of Color #e70775

%65.07
%1.97
%32.96

CMYK Percentages of Color #e70775

%0
%97
%49
%9

Triadic Colors of #e70775

#e70775 #75e707 #0775e7

Analogous Colors of #e70775

#e70775 #e70907 #e707e5

Monochromatic Colors of #e70775

#e70775

Complementary Color

#e70775 #07e779

#e70775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70775 Color CSS Codes

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

#e70775 Text Font Color

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

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


#e70775 Background Color

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

This div background color is #e70775


#e70775 Border Color

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

This div border color is #e70775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70775


Comments

No comments written yet.

Please login to write comment.