color codes Logo

#ec1c40 color codes

#EC1C40
(236,28,64)
0 Favorites   0 Comments

Color spaces of #ec1c40

RGB 2362864
HSL0.970.850.52
HSV350°88°93°
CMYK 0.000.880.73   0.07
XYZ35.932719.03356.6305
Yxy19.03350.58340.3090
Hunter Lab43.627470.669521.5283
CIE-Lab50.726473.924236.3605

#ec1c40 color RGB value is (236,28,64).

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

The process color (four color CMYK) of #ec1c40 color code is 0.00, 0.88, 0.73, 0.07. Web safe color of #ec1c40 is #ff3333. Color #ec1c40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011100 01000000
Octal 354 34 100
Decimal 236 28 64
Hex EC 1C 40

RGB Percentages of Color #ec1c40

%71.95
%8.54
%19.51

CMYK Percentages of Color #ec1c40

%0
%88
%73
%7

Triadic Colors of #ec1c40

#ec1c40 #40ec1c #1c40ec

Analogous Colors of #ec1c40

#ec1c40 #ec601c #ec1ca8

Monochromatic Colors of #ec1c40

#ec1c40

Complementary Color

#ec1c40 #1cecc8

#ec1c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1c40 Color CSS Codes

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

#ec1c40 Text Font Color

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

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


#ec1c40 Background Color

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

This div background color is #ec1c40


#ec1c40 Border Color

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

This div border color is #ec1c40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1c40


Comments

No comments written yet.

Please login to write comment.