Color Hex Logo

#ec368e Color Hex

#EC368E
(236,54,142)
0 Favorites   0 Comments

Color spaces of #ec368e

RGB 23654142
HSL0.920.830.57
HSV331°77°93°
CMYK 0.000.770.40   0.07
XYZ40.793722.424227.7694
Yxy22.42420.44830.2465
Hunter Lab47.354270.9006-1.6208
CIE-Lab54.474273.3883-5.3257

#ec368e color RGB value is (236,54,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110110 10001110
Octal 354 66 216
Decimal 236 54 142
Hex EC 36 8E

RGB Percentages of Color #ec368e

%54.63
%12.50
%32.87

CMYK Percentages of Color #ec368e

%0
%77
%40
%7

Triadic Colors of #ec368e

#ec368e #8eec36 #368eec

Analogous Colors of #ec368e

#ec368e #ec3936 #ec36e9

Monochromatic Colors of #ec368e

#ec368e

Complementary Color

#ec368e #36ec94

#ec368e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec368e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec368e Color CSS Codes

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

#ec368e Text Font Color

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

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


#ec368e Background Color

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

This div background color is #ec368e


#ec368e Border Color

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

This div border color is #ec368e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,54,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 #ec368e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec368e


Comments

No comments written yet.

Please login to write comment.