Color Hex Logo

#e70644 Color Hex

#E70644
(231,6,68)
0 Favorites   0 Comments

Color spaces of #e70644

RGB 231668
HSL0.950.950.46
HSV343°97°91°
CMYK 0.000.970.71   0.09
XYZ34.063517.53657.0584
Yxy17.53650.58070.2990
Hunter Lab41.876671.912419.3202
CIE-Lab48.929075.290431.6041

#e70644 color RGB value is (231,6,68).

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

The process color (four color CMYK) of #e70644 color hex is 0.00, 0.97, 0.71, 0.09. Web safe color of #e70644 is #ff0033. Color #e70644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000110 01000100
Octal 347 6 104
Decimal 231 6 68
Hex E7 6 44

RGB Percentages of Color #e70644

%75.74
%1.97
%22.30

CMYK Percentages of Color #e70644

%0
%97
%71
%9

Triadic Colors of #e70644

#e70644 #44e706 #0644e7

Analogous Colors of #e70644

#e70644 #e73806 #e706b5

Monochromatic Colors of #e70644

#e70644

Complementary Color

#e70644 #06e7a9

#e70644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70644 Color CSS Codes

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

#e70644 Text Font Color

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

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


#e70644 Background Color

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

This div background color is #e70644


#e70644 Border Color

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

This div border color is #e70644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70644


Comments

No comments written yet.

Please login to write comment.