Color Hex Logo

#ec3842 Color Hex

#EC3842
(236,56,66)
0 Favorites   0 Comments

Color spaces of #ec3842

RGB 2365666
HSL0.990.830.57
HSV357°76°93°
CMYK 0.000.760.72   0.07
XYZ36.989621.05467.2686
Yxy21.05460.56630.3224
Hunter Lab45.885363.595322.7277
CIE-Lab53.009267.594937.8491

#ec3842 color RGB value is (236,56,66).

#ec3842 hex color red value is 236, green value is 56 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ec3842 hue: 0.99 , saturation: 0.83 and the lightness value of ec3842 is 0.57.

The process color (four color CMYK) of #ec3842 color hex is 0.00, 0.76, 0.72, 0.07. Web safe color of #ec3842 is #ff3333. Color #ec3842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 01000010
Octal 354 70 102
Decimal 236 56 66
Hex EC 38 42

RGB Percentages of Color #ec3842

%65.92
%15.64
%18.44

CMYK Percentages of Color #ec3842

%0
%76
%72
%7

Triadic Colors of #ec3842

#ec3842 #42ec38 #3842ec

Analogous Colors of #ec3842

#ec3842 #ec8838 #ec389c

Monochromatic Colors of #ec3842

#ec3842

Complementary Color

#ec3842 #38ece2

#ec3842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3842 Color CSS Codes

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

#ec3842 Text Font Color

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

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


#ec3842 Background Color

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

This div background color is #ec3842


#ec3842 Border Color

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

This div border color is #ec3842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3842


Comments

No comments written yet.

Please login to write comment.