Color Hex Logo

#e1236a Color Hex

#E1236A
(225,35,106)
0 Favorites   0 Comments

Color spaces of #e1236a

RGB 22535106
HSL0.940.760.51
HSV338°84°88°
CMYK 0.000.840.53   0.12
XYZ34.253918.250215.3529
Yxy18.25020.50480.2690
Hunter Lab42.720368.36428.5964
CIE-Lab49.798272.20469.3477

#e1236a color RGB value is (225,35,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 01101010
Octal 341 43 152
Decimal 225 35 106
Hex E1 23 6A

RGB Percentages of Color #e1236a

%61.48
%9.56
%28.96

CMYK Percentages of Color #e1236a

%0
%84
%53
%12

Triadic Colors of #e1236a

#e1236a #6ae123 #236ae1

Analogous Colors of #e1236a

#e1236a #e13b23 #e123c9

Monochromatic Colors of #e1236a

#e1236a

Complementary Color

#e1236a #23e19a

#e1236a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1236a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1236a Color CSS Codes

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

#e1236a Text Font Color

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

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


#e1236a Background Color

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

This div background color is #e1236a


#e1236a Border Color

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

This div border color is #e1236a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1236a


Comments

No comments written yet.

Please login to write comment.