Color Hex Logo

#e71353 Color Hex

#E71353
(231,19,83)
0 Favorites   0 Comments

Color spaces of #e71353

RGB 2311983
HSL0.950.850.49
HSV342°92°91°
CMYK 0.000.920.64   0.09
XYZ34.749218.07929.8418
Yxy18.07920.55450.2885
Hunter Lab42.519671.469816.0402
CIE-Lab49.592074.800023.3327

#e71353 color RGB value is (231,19,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 01010011
Octal 347 23 123
Decimal 231 19 83
Hex E7 13 53

RGB Percentages of Color #e71353

%69.37
%5.71
%24.92

CMYK Percentages of Color #e71353

%0
%92
%64
%9

Triadic Colors of #e71353

#e71353 #53e713 #1353e7

Analogous Colors of #e71353

#e71353 #e73d13 #e713bd

Monochromatic Colors of #e71353

#e71353

Complementary Color

#e71353 #13e7a7

#e71353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71353 Color CSS Codes

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

#e71353 Text Font Color

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

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


#e71353 Background Color

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

This div background color is #e71353


#e71353 Border Color

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

This div border color is #e71353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71353


Comments

No comments written yet.

Please login to write comment.