Color Hex Logo

#e9368a Color Hex

#E9368A
(233,54,138)
0 Favorites   0 Comments

Color spaces of #e9368a

RGB 23354138
HSL0.920.800.56
HSV332°77°91°
CMYK 0.000.770.41   0.09
XYZ39.510921.796926.1695
Yxy21.79690.45170.2492
Hunter Lab46.687269.3604-0.5528
CIE-Lab53.810872.2521-3.9853

#e9368a color RGB value is (233,54,138).

#e9368a hex color red value is 233, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e9368a hue: 0.92 , saturation: 0.80 and the lightness value of e9368a is 0.56.

The process color (four color CMYK) of #e9368a color hex is 0.00, 0.77, 0.41, 0.09. Web safe color of #e9368a is #ff3399. Color #e9368a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110110 10001010
Octal 351 66 212
Decimal 233 54 138
Hex E9 36 8A

RGB Percentages of Color #e9368a

%54.82
%12.71
%32.47

CMYK Percentages of Color #e9368a

%0
%77
%41
%9

Triadic Colors of #e9368a

#e9368a #8ae936 #368ae9

Analogous Colors of #e9368a

#e9368a #e93c36 #e936e4

Monochromatic Colors of #e9368a

#e9368a

Complementary Color

#e9368a #36e995

#e9368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9368a Color CSS Codes

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

#e9368a Text Font Color

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

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


#e9368a Background Color

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

This div background color is #e9368a


#e9368a Border Color

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

This div border color is #e9368a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9368a


Comments

No comments written yet.

Please login to write comment.