Color Hex Logo

#ec143d Color Hex

#EC143D
(236,20,61)
0 Favorites   0 Comments

Color spaces of #ec143d

RGB 2362061
HSL0.970.850.50
HSV349°92°93°
CMYK 0.000.920.74   0.07
XYZ35.684518.67016.1378
Yxy18.67010.58990.3086
Hunter Lab43.208971.800421.8241
CIE-Lab50.299074.932137.6229

#ec143d color RGB value is (236,20,61).

#ec143d hex color red value is 236, green value is 20 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ec143d hue: 0.97 , saturation: 0.85 and the lightness value of ec143d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 00111101
Octal 354 24 75
Decimal 236 20 61
Hex EC 14 3D

RGB Percentages of Color #ec143d

%74.45
%6.31
%19.24

CMYK Percentages of Color #ec143d

%0
%92
%74
%7

Triadic Colors of #ec143d

#ec143d #3dec14 #143dec

Analogous Colors of #ec143d

#ec143d #ec5714 #ec14a9

Monochromatic Colors of #ec143d

#ec143d

Complementary Color

#ec143d #14ecc3

#ec143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec143d Color CSS Codes

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

#ec143d Text Font Color

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

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


#ec143d Background Color

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

This div background color is #ec143d


#ec143d Border Color

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

This div border color is #ec143d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec143d


Comments

No comments written yet.

Please login to write comment.