Color Hex Logo

#e1075d Color Hex

#E1075D
(225,7,93)
0 Favorites   0 Comments

Color spaces of #e1075d

RGB 225793
HSL0.930.940.45
HSV336°97°88°
CMYK 0.000.970.59   0.12
XYZ33.103116.949811.8828
Yxy16.94980.53450.2737
Hunter Lab41.170171.476311.7064
CIE-Lab48.196775.077215.1078

#e1075d color RGB value is (225,7,93).

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

The process color (four color CMYK) of #e1075d color hex is 0.00, 0.97, 0.59, 0.12. Web safe color of #e1075d is #cc0066. Color #e1075d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 01011101
Octal 341 7 135
Decimal 225 7 93
Hex E1 7 5D

RGB Percentages of Color #e1075d

%69.23
%2.15
%28.62

CMYK Percentages of Color #e1075d

%0
%97
%59
%12

Triadic Colors of #e1075d

#e1075d #5de107 #075de1

Analogous Colors of #e1075d

#e1075d #e11e07 #e107ca

Monochromatic Colors of #e1075d

#e1075d

Complementary Color

#e1075d #07e18b

#e1075d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1075d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1075d Color CSS Codes

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

#e1075d Text Font Color

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

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


#e1075d Background Color

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

This div background color is #e1075d


#e1075d Border Color

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

This div border color is #e1075d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,7,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 #e1075d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1075d


Comments

No comments written yet.

Please login to write comment.