Color Hex Logo

#e93461 Color Hex

#E93461
(233,52,97)
0 Favorites   0 Comments

Color spaces of #e93461

RGB 2335297
HSL0.960.800.56
HSV345°78°91°
CMYK 0.000.780.58   0.09
XYZ36.989920.642713.3441
Yxy20.64270.52120.2908
Hunter Lab45.434265.814314.3904
CIE-Lab52.556269.548418.8568

#e93461 color RGB value is (233,52,97).

#e93461 hex color red value is 233, green value is 52 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e93461 hue: 0.96 , saturation: 0.80 and the lightness value of e93461 is 0.56.

The process color (four color CMYK) of #e93461 color hex is 0.00, 0.78, 0.58, 0.09. Web safe color of #e93461 is #ff3366. Color #e93461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110100 01100001
Octal 351 64 141
Decimal 233 52 97
Hex E9 34 61

RGB Percentages of Color #e93461

%60.99
%13.61
%25.39

CMYK Percentages of Color #e93461

%0
%78
%58
%9

Triadic Colors of #e93461

#e93461 #61e934 #3461e9

Analogous Colors of #e93461

#e93461 #e96234 #e934bc

Monochromatic Colors of #e93461

#e93461

Complementary Color

#e93461 #34e9bc

#e93461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93461 Color CSS Codes

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

#e93461 Text Font Color

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

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


#e93461 Background Color

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

This div background color is #e93461


#e93461 Border Color

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

This div border color is #e93461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93461


Comments

No comments written yet.

Please login to write comment.