Color Hex Logo

#e91375 Color Hex

#E91375
(233,19,117)
0 Favorites   0 Comments

Color spaces of #e91375

RGB 23319117
HSL0.920.850.49
HSV333°92°91°
CMYK 0.000.920.50   0.09
XYZ37.048019.073718.5586
Yxy19.07370.49610.2554
Hunter Lab43.673474.99235.3767
CIE-Lab50.773377.42434.2366

#e91375 color RGB value is (233,19,117).

#e91375 hex color red value is 233, green value is 19 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e91375 hue: 0.92 , saturation: 0.85 and the lightness value of e91375 is 0.49.

The process color (four color CMYK) of #e91375 color hex is 0.00, 0.92, 0.50, 0.09. Web safe color of #e91375 is #ff0066. Color #e91375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010011 01110101
Octal 351 23 165
Decimal 233 19 117
Hex E9 13 75

RGB Percentages of Color #e91375

%63.14
%5.15
%31.71

CMYK Percentages of Color #e91375

%0
%92
%50
%9

Triadic Colors of #e91375

#e91375 #75e913 #1375e9

Analogous Colors of #e91375

#e91375 #e91c13 #e913e0

Monochromatic Colors of #e91375

#e91375

Complementary Color

#e91375 #13e987

#e91375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e91375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e91375 Color CSS Codes

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

#e91375 Text Font Color

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

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


#e91375 Background Color

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

This div background color is #e91375


#e91375 Border Color

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

This div border color is #e91375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e91375


Comments

No comments written yet.

Please login to write comment.