Color Hex Logo

#e9415c Color Hex

#E9415C
(233,65,92)
0 Favorites   0 Comments

Color spaces of #e9415c

RGB 2336592
HSL0.970.790.58
HSV350°72°91°
CMYK 0.000.720.61   0.09
XYZ37.426321.876912.3753
Yxy21.87690.52210.3052
Hunter Lab46.772760.978617.0538
CIE-Lab53.896165.202823.6318

#e9415c color RGB value is (233,65,92).

#e9415c hex color red value is 233, green value is 65 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e9415c hue: 0.97 , saturation: 0.79 and the lightness value of e9415c is 0.58.

The process color (four color CMYK) of #e9415c color hex is 0.00, 0.72, 0.61, 0.09. Web safe color of #e9415c is #ff3366. Color #e9415c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000001 01011100
Octal 351 101 134
Decimal 233 65 92
Hex E9 41 5C

RGB Percentages of Color #e9415c

%59.74
%16.67
%23.59

CMYK Percentages of Color #e9415c

%0
%72
%61
%9

Triadic Colors of #e9415c

#e9415c #5ce941 #415ce9

Analogous Colors of #e9415c

#e9415c #e97a41 #e941b0

Monochromatic Colors of #e9415c

#e9415c

Complementary Color

#e9415c #41e9ce

#e9415c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9415c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9415c Color CSS Codes

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

#e9415c Text Font Color

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

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


#e9415c Background Color

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

This div background color is #e9415c


#e9415c Border Color

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

This div border color is #e9415c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,65,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9415c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9415c;
  -webkit-box-shadow: 1px 1px 3px 2px #e9415c;
  box-shadow:         1px 1px 3px 2px #e9415c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,65,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9415c


Comments

No comments written yet.

Please login to write comment.