Color Hex Logo

#e76273 Color Hex

#E76273
(231,98,115)
0 Favorites   0 Comments

Color spaces of #e76273

RGB 23198115
HSL0.980.730.65
HSV352°58°91°
CMYK 0.000.580.50   0.09
XYZ40.417226.962119.2936
Yxy26.96210.46630.3111
Hunter Lab51.925048.071314.3174
CIE-Lab58.939252.978716.8707

#e76273 color RGB value is (231,98,115).

#e76273 hex color red value is 231, green value is 98 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e76273 hue: 0.98 , saturation: 0.73 and the lightness value of e76273 is 0.65.

The process color (four color CMYK) of #e76273 color hex is 0.00, 0.58, 0.50, 0.09. Web safe color of #e76273 is #ff6666. Color #e76273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 01110011
Octal 347 142 163
Decimal 231 98 115
Hex E7 62 73

RGB Percentages of Color #e76273

%52.03
%22.07
%25.90

CMYK Percentages of Color #e76273

%0
%58
%50
%9

Triadic Colors of #e76273

#e76273 #73e762 #6273e7

Analogous Colors of #e76273

#e76273 #e79462 #e762b6

Monochromatic Colors of #e76273

#e76273

Complementary Color

#e76273 #62e7d6

#e76273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76273 Color CSS Codes

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

#e76273 Text Font Color

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

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


#e76273 Background Color

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

This div background color is #e76273


#e76273 Border Color

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

This div border color is #e76273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76273


Comments

No comments written yet.

Please login to write comment.