Color Hex Logo

#ec083e Color Hex

#EC083E
(236,8,62)
0 Favorites   0 Comments

Color spaces of #ec083e

RGB 236862
HSL0.960.930.48
HSV346°97°93°
CMYK 0.000.970.74   0.07
XYZ35.548418.35436.2266
Yxy18.35430.59120.3052
Hunter Lab42.841973.138321.3722
CIE-Lab49.923076.093336.6067

#ec083e color RGB value is (236,8,62).

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

The process color (four color CMYK) of #ec083e color hex is 0.00, 0.97, 0.74, 0.07. Web safe color of #ec083e is #ff0033. Color #ec083e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001000 00111110
Octal 354 10 76
Decimal 236 8 62
Hex EC 8 3E

RGB Percentages of Color #ec083e

%77.12
%2.61
%20.26

CMYK Percentages of Color #ec083e

%0
%97
%74
%7

Triadic Colors of #ec083e

#ec083e #3eec08 #083eec

Analogous Colors of #ec083e

#ec083e #ec4408 #ec08b0

Monochromatic Colors of #ec083e

#ec083e

Complementary Color

#ec083e #08ecb6

#ec083e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec083e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec083e Color CSS Codes

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

#ec083e Text Font Color

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

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


#ec083e Background Color

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

This div background color is #ec083e


#ec083e Border Color

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

This div border color is #ec083e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec083e


Comments

No comments written yet.

Please login to write comment.