Color Hex Logo

#e1236d Color Hex

#E1236D
(225,35,109)
0 Favorites   0 Comments

Color spaces of #e1236d

RGB 22535109
HSL0.940.760.51
HSV337°84°88°
CMYK 0.000.840.52   0.12
XYZ34.412718.313716.1892
Yxy18.31370.49930.2657
Hunter Lab42.794568.64837.5267
CIE-Lab49.874472.42507.6223

#e1236d color RGB value is (225,35,109).

#e1236d hex color red value is 225, green value is 35 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e1236d hue: 0.94 , saturation: 0.76 and the lightness value of e1236d is 0.51.

The process color (four color CMYK) of #e1236d color hex is 0.00, 0.84, 0.52, 0.12. Web safe color of #e1236d is #cc3366. Color #e1236d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 01101101
Octal 341 43 155
Decimal 225 35 109
Hex E1 23 6D

RGB Percentages of Color #e1236d

%60.98
%9.49
%29.54

CMYK Percentages of Color #e1236d

%0
%84
%52
%12

Triadic Colors of #e1236d

#e1236d #6de123 #236de1

Analogous Colors of #e1236d

#e1236d #e13823 #e123cc

Monochromatic Colors of #e1236d

#e1236d

Complementary Color

#e1236d #23e197

#e1236d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1236d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1236d Color CSS Codes

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

#e1236d Text Font Color

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

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


#e1236d Background Color

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

This div background color is #e1236d


#e1236d Border Color

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

This div border color is #e1236d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1236d


Comments

No comments written yet.

Please login to write comment.