Color Hex Logo

#e7235d Color Hex

#E7235D
(231,35,93)
0 Favorites   0 Comments

Color spaces of #e7235d

RGB 2313593
HSL0.950.800.52
HSV342°85°91°
CMYK 0.000.850.60   0.09
XYZ35.531818.981312.1469
Yxy18.98130.53300.2847
Hunter Lab43.567569.333713.9669
CIE-Lab50.665372.837818.6612

#e7235d color RGB value is (231,35,93).

#e7235d hex color red value is 231, green value is 35 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e7235d hue: 0.95 , saturation: 0.80 and the lightness value of e7235d is 0.52.

The process color (four color CMYK) of #e7235d color hex is 0.00, 0.85, 0.60, 0.09. Web safe color of #e7235d is #ff3366. Color #e7235d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100011 01011101
Octal 347 43 135
Decimal 231 35 93
Hex E7 23 5D

RGB Percentages of Color #e7235d

%64.35
%9.75
%25.91

CMYK Percentages of Color #e7235d

%0
%85
%60
%9

Triadic Colors of #e7235d

#e7235d #5de723 #235de7

Analogous Colors of #e7235d

#e7235d #e74b23 #e723bf

Monochromatic Colors of #e7235d

#e7235d

Complementary Color

#e7235d #23e7ad

#e7235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7235d Color CSS Codes

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

#e7235d Text Font Color

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

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


#e7235d Background Color

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

This div background color is #e7235d


#e7235d Border Color

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

This div border color is #e7235d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,35,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7235d


Comments

No comments written yet.

Please login to write comment.