Color Hex Logo

#ec033e Color Hex

#EC033E
(236,3,62)
0 Favorites   0 Comments

Color spaces of #ec033e

RGB 236362
HSL0.960.970.47
HSV345°99°93°
CMYK 0.000.990.74   0.07
XYZ35.494118.24586.2085
Yxy18.24580.59210.3044
Hunter Lab42.715173.573121.2830
CIE-Lab49.792976.470836.4570

#ec033e color RGB value is (236,3,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 00111110
Octal 354 3 76
Decimal 236 3 62
Hex EC 3 3E

RGB Percentages of Color #ec033e

%78.41
%1.00
%20.60

CMYK Percentages of Color #ec033e

%0
%99
%74
%7

Triadic Colors of #ec033e

#ec033e #3eec03 #033eec

Analogous Colors of #ec033e

#ec033e #ec3d03 #ec03b3

Monochromatic Colors of #ec033e

#ec033e

Complementary Color

#ec033e #03ecb1

#ec033e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec033e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec033e Color CSS Codes

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

#ec033e Text Font Color

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

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


#ec033e Background Color

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

This div background color is #ec033e


#ec033e Border Color

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

This div border color is #ec033e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec033e


Comments

No comments written yet.

Please login to write comment.