Color Hex Logo

#ec398e Color Hex

#EC398E
(236,57,142)
0 Favorites   0 Comments

Color spaces of #ec398e

RGB 23657142
HSL0.920.820.57
HSV332°76°93°
CMYK 0.000.760.40   0.07
XYZ40.937722.712127.8174
Yxy22.71210.44760.2483
Hunter Lab47.657269.9320-1.2474
CIE-Lab54.774572.5370-4.8809

#ec398e color RGB value is (236,57,142).

#ec398e hex color red value is 236, green value is 57 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec398e hue: 0.92 , saturation: 0.82 and the lightness value of ec398e is 0.57.

The process color (four color CMYK) of #ec398e color hex is 0.00, 0.76, 0.40, 0.07. Web safe color of #ec398e is #ff3399. Color #ec398e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111001 10001110
Octal 354 71 216
Decimal 236 57 142
Hex EC 39 8E

RGB Percentages of Color #ec398e

%54.25
%13.10
%32.64

CMYK Percentages of Color #ec398e

%0
%76
%40
%7

Triadic Colors of #ec398e

#ec398e #8eec39 #398eec

Analogous Colors of #ec398e

#ec398e #ec3d39 #ec39e8

Monochromatic Colors of #ec398e

#ec398e

Complementary Color

#ec398e #39ec97

#ec398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec398e Color CSS Codes

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

#ec398e Text Font Color

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

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


#ec398e Background Color

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

This div background color is #ec398e


#ec398e Border Color

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

This div border color is #ec398e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,57,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec398e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec398e;
  -webkit-box-shadow: 1px 1px 3px 2px #ec398e;
  box-shadow:         1px 1px 3px 2px #ec398e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,57,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec398e


Comments

No comments written yet.

Please login to write comment.