color codes Logo

#ec444d color codes

#EC444D
(236,68,77)
0 Favorites   0 Comments

Color spaces of #ec444d

RGB 2366877
HSL0.990.820.60
HSV357°71°93°
CMYK 0.000.710.67   0.07
XYZ37.998722.50299.3619
Yxy22.50290.54390.3221
Hunter Lab47.437259.969021.5050
CIE-Lab54.556664.215133.3756

#ec444d color RGB value is (236,68,77).

#ec444d hex color red value is 236, green value is 68 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ec444d hue: 0.99 , saturation: 0.82 and the lightness value of ec444d is 0.60.

The process color (four color CMYK) of #ec444d color code is 0.00, 0.71, 0.67, 0.07. Web safe color of #ec444d is #ff3366. Color #ec444d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 01001101
Octal 354 104 115
Decimal 236 68 77
Hex EC 44 4D

RGB Percentages of Color #ec444d

%61.94
%17.85
%20.21

CMYK Percentages of Color #ec444d

%0
%71
%67
%7

Triadic Colors of #ec444d

#ec444d #4dec44 #444dec

Analogous Colors of #ec444d

#ec444d #ec8f44 #ec44a1

Monochromatic Colors of #ec444d

#ec444d

Complementary Color

#ec444d #44ece3

#ec444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec444d Color CSS Codes

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

#ec444d Text Font Color

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

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


#ec444d Background Color

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

This div background color is #ec444d


#ec444d Border Color

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

This div border color is #ec444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec444d


Comments

No comments written yet.

Please login to write comment.