Color Hex Logo

#ec031d Color Hex

#EC031D
(236,3,29)
0 Favorites   0 Comments

Color spaces of #ec031d

RGB 236329
HSL0.980.970.47
HSV353°99°93°
CMYK 0.000.990.88   0.07
XYZ34.846417.98672.7976
Yxy17.98670.62640.3233
Hunter Lab42.410772.444225.7765
CIE-Lab49.480075.616053.8802

#ec031d color RGB value is (236,3,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 00011101
Octal 354 3 35
Decimal 236 3 29
Hex EC 3 1D

RGB Percentages of Color #ec031d

%88.06
%1.12
%10.82

CMYK Percentages of Color #ec031d

%0
%99
%88
%7

Triadic Colors of #ec031d

#ec031d #1dec03 #031dec

Analogous Colors of #ec031d

#ec031d #ec5e03 #ec0392

Monochromatic Colors of #ec031d

#ec031d

Complementary Color

#ec031d #03ecd2

#ec031d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec031d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec031d Color CSS Codes

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

#ec031d Text Font Color

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

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


#ec031d Background Color

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

This div background color is #ec031d


#ec031d Border Color

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

This div border color is #ec031d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec031d


Comments

No comments written yet.

Please login to write comment.