Color Hex Logo

#e73276 Color Hex

#E73276
(231,50,118)
0 Favorites   0 Comments

Color spaces of #e73276

RGB 23150118
HSL0.940.790.55
HSV337°78°91°
CMYK 0.000.780.49   0.09
XYZ37.365620.578119.1421
Yxy20.57810.48470.2670
Hunter Lab45.363167.64516.7353
CIE-Lab52.484671.08886.0369

#e73276 color RGB value is (231,50,118).

#e73276 hex color red value is 231, green value is 50 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e73276 hue: 0.94 , saturation: 0.79 and the lightness value of e73276 is 0.55.

The process color (four color CMYK) of #e73276 color hex is 0.00, 0.78, 0.49, 0.09. Web safe color of #e73276 is #ff3366. Color #e73276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110010 01110110
Octal 347 62 166
Decimal 231 50 118
Hex E7 32 76

RGB Percentages of Color #e73276

%57.89
%12.53
%29.57

CMYK Percentages of Color #e73276

%0
%78
%49
%9

Triadic Colors of #e73276

#e73276 #76e732 #3276e7

Analogous Colors of #e73276

#e73276 #e74932 #e732d1

Monochromatic Colors of #e73276

#e73276

Complementary Color

#e73276 #32e7a3

#e73276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73276 Color CSS Codes

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

#e73276 Text Font Color

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

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


#e73276 Background Color

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

This div background color is #e73276


#e73276 Border Color

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

This div border color is #e73276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73276


Comments

No comments written yet.

Please login to write comment.