Color Hex Logo

#e7505f Color Hex

#E7505F
(231,80,95)
0 Favorites   0 Comments

Color spaces of #e7505f

RGB 2318095
HSL0.980.760.61
HSV354°65°91°
CMYK 0.000.650.59   0.09
XYZ37.889223.552513.3756
Yxy23.55250.50640.3148
Hunter Lab48.530954.429917.6307
CIE-Lab55.636959.204224.0903

#e7505f color RGB value is (231,80,95).

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

The process color (four color CMYK) of #e7505f color hex is 0.00, 0.65, 0.59, 0.09. Web safe color of #e7505f is #ff6666. Color #e7505f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 01011111
Octal 347 120 137
Decimal 231 80 95
Hex E7 50 5F

RGB Percentages of Color #e7505f

%56.90
%19.70
%23.40

CMYK Percentages of Color #e7505f

%0
%65
%59
%9

Triadic Colors of #e7505f

#e7505f #5fe750 #505fe7

Analogous Colors of #e7505f

#e7505f #e78d50 #e750ab

Monochromatic Colors of #e7505f

#e7505f

Complementary Color

#e7505f #50e7d8

#e7505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7505f Color CSS Codes

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

#e7505f Text Font Color

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

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


#e7505f Background Color

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

This div background color is #e7505f


#e7505f Border Color

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

This div border color is #e7505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7505f


Comments

No comments written yet.

Please login to write comment.