Color Hex Logo

#ec034a Color Hex

#EC034A
(236,3,74)
0 Favorites   0 Comments

Color spaces of #ec034a

RGB 236374
HSL0.950.970.47
HSV342°99°93°
CMYK 0.000.990.69   0.07
XYZ35.860718.39248.1386
Yxy18.39240.57480.2948
Hunter Lab42.886474.206918.7689
CIE-Lab49.968676.948729.4910

#ec034a color RGB value is (236,3,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 01001010
Octal 354 3 112
Decimal 236 3 74
Hex EC 3 4A

RGB Percentages of Color #ec034a

%75.40
%0.96
%23.64

CMYK Percentages of Color #ec034a

%0
%99
%69
%7

Triadic Colors of #ec034a

#ec034a #4aec03 #034aec

Analogous Colors of #ec034a

#ec034a #ec3103 #ec03bf

Monochromatic Colors of #ec034a

#ec034a

Complementary Color

#ec034a #03eca5

#ec034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec034a Color CSS Codes

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

#ec034a Text Font Color

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

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


#ec034a Background Color

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

This div background color is #ec034a


#ec034a Border Color

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

This div border color is #ec034a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec034a


Comments

No comments written yet.

Please login to write comment.