Color Hex Logo

#ec343d Color Hex

#EC343D
(236,52,61)
0 Favorites   0 Comments

Color spaces of #ec343d

RGB 2365261
HSL0.990.830.56
HSV357°78°93°
CMYK 0.000.780.74   0.07
XYZ36.662420.62586.4637
Yxy20.62580.57510.3235
Hunter Lab45.415664.619223.3526
CIE-Lab52.537568.548540.1485

#ec343d color RGB value is (236,52,61).

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

The process color (four color CMYK) of #ec343d color hex is 0.00, 0.78, 0.74, 0.07. Web safe color of #ec343d is #ff3333. Color #ec343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 00111101
Octal 354 64 75
Decimal 236 52 61
Hex EC 34 3D

RGB Percentages of Color #ec343d

%67.62
%14.90
%17.48

CMYK Percentages of Color #ec343d

%0
%78
%74
%7

Triadic Colors of #ec343d

#ec343d #3dec34 #343dec

Analogous Colors of #ec343d

#ec343d #ec8734 #ec3499

Monochromatic Colors of #ec343d

#ec343d

Complementary Color

#ec343d #34ece3

#ec343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec343d Color CSS Codes

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

#ec343d Text Font Color

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

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


#ec343d Background Color

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

This div background color is #ec343d


#ec343d Border Color

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

This div border color is #ec343d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,52,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 #ec343d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec343d


Comments

No comments written yet.

Please login to write comment.