Color Hex Logo

#ec085c Color Hex

#EC085C
(236,8,92)
0 Favorites   0 Comments

Color spaces of #ec085c

RGB 236892
HSL0.940.930.48
HSV338°97°93°
CMYK 0.000.970.61   0.07
XYZ36.610718.779211.8204
Yxy18.77920.54470.2794
Hunter Lab43.335074.966014.1621
CIE-Lab50.427977.470619.1223

#ec085c color RGB value is (236,8,92).

#ec085c hex color red value is 236, green value is 8 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ec085c hue: 0.94 , saturation: 0.93 and the lightness value of ec085c is 0.48.

The process color (four color CMYK) of #ec085c color hex is 0.00, 0.97, 0.61, 0.07. Web safe color of #ec085c is #ff0066. Color #ec085c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001000 01011100
Octal 354 10 134
Decimal 236 8 92
Hex EC 8 5C

RGB Percentages of Color #ec085c

%70.24
%2.38
%27.38

CMYK Percentages of Color #ec085c

%0
%97
%61
%7

Triadic Colors of #ec085c

#ec085c #5cec08 #085cec

Analogous Colors of #ec085c

#ec085c #ec2608 #ec08ce

Monochromatic Colors of #ec085c

#ec085c

Complementary Color

#ec085c #08ec98

#ec085c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec085c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec085c Color CSS Codes

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

#ec085c Text Font Color

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

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


#ec085c Background Color

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

This div background color is #ec085c


#ec085c Border Color

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

This div border color is #ec085c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec085c


Comments

No comments written yet.

Please login to write comment.