Color Hex Logo

#ec385f Color Hex

#EC385F
(236,56,95)
0 Favorites   0 Comments

Color spaces of #ec385f

RGB 2365695
HSL0.960.830.57
HSV347°76°93°
CMYK 0.000.760.60   0.07
XYZ38.071821.487412.9674
Yxy21.48740.52490.2963
Hunter Lab46.354565.484915.8621
CIE-Lab53.478869.096521.3913

#ec385f color RGB value is (236,56,95).

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

The process color (four color CMYK) of #ec385f color hex is 0.00, 0.76, 0.60, 0.07. Web safe color of #ec385f is #ff3366. Color #ec385f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 01011111
Octal 354 70 137
Decimal 236 56 95
Hex EC 38 5F

RGB Percentages of Color #ec385f

%60.98
%14.47
%24.55

CMYK Percentages of Color #ec385f

%0
%76
%60
%7

Triadic Colors of #ec385f

#ec385f #5fec38 #385fec

Analogous Colors of #ec385f

#ec385f #ec6b38 #ec38b9

Monochromatic Colors of #ec385f

#ec385f

Complementary Color

#ec385f #38ecc5

#ec385f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec385f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec385f Color CSS Codes

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

#ec385f Text Font Color

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

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


#ec385f Background Color

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

This div background color is #ec385f


#ec385f Border Color

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

This div border color is #ec385f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec385f


Comments

No comments written yet.

Please login to write comment.