Color Hex Logo

#e73750 Color Hex

#E73750
(231,55,80)
0 Favorites   0 Comments

Color spaces of #e73750

RGB 2315580
HSL0.980.790.56
HSV351°76°91°
CMYK 0.000.760.65   0.09
XYZ35.769220.30059.6226
Yxy20.30050.54450.3090
Hunter Lab45.056162.859818.8767
CIE-Lab52.175367.129828.4580

#e73750 color RGB value is (231,55,80).

#e73750 hex color red value is 231, green value is 55 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e73750 hue: 0.98 , saturation: 0.79 and the lightness value of e73750 is 0.56.

The process color (four color CMYK) of #e73750 color hex is 0.00, 0.76, 0.65, 0.09. Web safe color of #e73750 is #ff3366. Color #e73750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110111 01010000
Octal 347 67 120
Decimal 231 55 80
Hex E7 37 50

RGB Percentages of Color #e73750

%63.11
%15.03
%21.86

CMYK Percentages of Color #e73750

%0
%76
%65
%9

Triadic Colors of #e73750

#e73750 #50e737 #3750e7

Analogous Colors of #e73750

#e73750 #e77637 #e737a8

Monochromatic Colors of #e73750

#e73750

Complementary Color

#e73750 #37e7ce

#e73750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73750 Color CSS Codes

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

#e73750 Text Font Color

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

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


#e73750 Background Color

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

This div background color is #e73750


#e73750 Border Color

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

This div border color is #e73750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73750


Comments

No comments written yet.

Please login to write comment.