Color Hex Logo

#e14075 Color Hex

#E14075
(225,64,117)
0 Favorites   0 Comments

Color spaces of #e14075

RGB 22564117
HSL0.950.730.57
HSV340°72°88°
CMYK 0.000.720.48   0.12
XYZ36.095620.958718.9726
Yxy20.95870.47480.2757
Hunter Lab45.780760.62157.4753
CIE-Lab52.904365.08237.0921

#e14075 color RGB value is (225,64,117).

#e14075 hex color red value is 225, green value is 64 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e14075 hue: 0.95 , saturation: 0.73 and the lightness value of e14075 is 0.57.

The process color (four color CMYK) of #e14075 color hex is 0.00, 0.72, 0.48, 0.12. Web safe color of #e14075 is #cc3366. Color #e14075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000000 01110101
Octal 341 100 165
Decimal 225 64 117
Hex E1 40 75

RGB Percentages of Color #e14075

%55.42
%15.76
%28.82

CMYK Percentages of Color #e14075

%0
%72
%48
%12

Triadic Colors of #e14075

#e14075 #75e140 #4075e1

Analogous Colors of #e14075

#e14075 #e15b40 #e140c6

Monochromatic Colors of #e14075

#e14075

Complementary Color

#e14075 #40e1ac

#e14075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14075 Color CSS Codes

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

#e14075 Text Font Color

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

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


#e14075 Background Color

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

This div background color is #e14075


#e14075 Border Color

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

This div border color is #e14075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,64,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14075


Comments

No comments written yet.

Please login to write comment.