Color Hex Logo

#e93353 Color Hex

#E93353
(233,51,83)
0 Favorites   0 Comments

Color spaces of #e93353

RGB 2335183
HSL0.970.810.56
HSV349°78°91°
CMYK 0.000.780.64   0.09
XYZ36.349420.315810.1891
Yxy20.31580.54370.3039
Hunter Lab45.073165.074418.1482
CIE-Lab52.192468.997326.7725

#e93353 color RGB value is (233,51,83).

#e93353 hex color red value is 233, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e93353 hue: 0.97 , saturation: 0.81 and the lightness value of e93353 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110011 01010011
Octal 351 63 123
Decimal 233 51 83
Hex E9 33 53

RGB Percentages of Color #e93353

%63.49
%13.90
%22.62

CMYK Percentages of Color #e93353

%0
%78
%64
%9

Triadic Colors of #e93353

#e93353 #53e933 #3353e9

Analogous Colors of #e93353

#e93353 #e96e33 #e933ae

Monochromatic Colors of #e93353

#e93353

Complementary Color

#e93353 #33e9c9

#e93353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93353 Color CSS Codes

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

#e93353 Text Font Color

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

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


#e93353 Background Color

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

This div background color is #e93353


#e93353 Border Color

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

This div border color is #e93353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93353


Comments

No comments written yet.

Please login to write comment.