Color Hex Logo

#e7085d Color Hex

#E7085D
(231,8,93)
0 Favorites   0 Comments

Color spaces of #e7085d

RGB 231893
HSL0.940.930.47
HSV337°97°91°
CMYK 0.000.970.60   0.09
XYZ35.017617.952911.9755
Yxy17.95290.53920.2764
Hunter Lab42.370973.373212.9022
CIE-Lab49.438976.378017.0017

#e7085d color RGB value is (231,8,93).

#e7085d hex color red value is 231, green value is 8 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e7085d hue: 0.94 , saturation: 0.93 and the lightness value of e7085d is 0.47.

The process color (four color CMYK) of #e7085d color hex is 0.00, 0.97, 0.60, 0.09. Web safe color of #e7085d is #ff0066. Color #e7085d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 01011101
Octal 347 10 135
Decimal 231 8 93
Hex E7 8 5D

RGB Percentages of Color #e7085d

%69.58
%2.41
%28.01

CMYK Percentages of Color #e7085d

%0
%97
%60
%9

Triadic Colors of #e7085d

#e7085d #5de708 #085de7

Analogous Colors of #e7085d

#e7085d #e72208 #e708cd

Monochromatic Colors of #e7085d

#e7085d

Complementary Color

#e7085d #08e792

#e7085d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7085d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7085d Color CSS Codes

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

#e7085d Text Font Color

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

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


#e7085d Background Color

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

This div background color is #e7085d


#e7085d Border Color

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

This div border color is #e7085d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7085d


Comments

No comments written yet.

Please login to write comment.