Color Hex Logo

#e73ace Color Hex

#E73ACE
(231,58,206)
0 Favorites   0 Comments

Color spaces of #e73ace

RGB 23158206
HSL0.860.780.57
HSV309°75°91°
CMYK 0.000.750.11   0.09
XYZ45.608624.471360.7121
Yxy24.47130.34870.1871
Hunter Lab49.468578.0024-38.1380
CIE-Lab56.556678.7028-39.5170

#e73ace color RGB value is (231,58,206).

#e73ace hex color red value is 231, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e73ace hue: 0.86 , saturation: 0.78 and the lightness value of e73ace is 0.57.

The process color (four color CMYK) of #e73ace color hex is 0.00, 0.75, 0.11, 0.09. Web safe color of #e73ace is #ff33cc. Color #e73ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111010 11001110
Octal 347 72 316
Decimal 231 58 206
Hex E7 3A CE

RGB Percentages of Color #e73ace

%46.67
%11.72
%41.62

CMYK Percentages of Color #e73ace

%0
%75
%11
%9

Triadic Colors of #e73ace

#e73ace #cee73a #3acee7

Analogous Colors of #e73ace

#e73ace #e73a78 #aa3ae7

Monochromatic Colors of #e73ace

#e73ace

Complementary Color

#e73ace #3ae753

#e73ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73ace Color CSS Codes

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

#e73ace Text Font Color

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

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


#e73ace Background Color

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

This div background color is #e73ace


#e73ace Border Color

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

This div border color is #e73ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73ace


Comments

No comments written yet.

Please login to write comment.