Color Hex Logo

#ec414b Color Hex

#EC414B
(236,65,75)
0 Favorites   0 Comments

Color spaces of #ec414b

RGB 2366575
HSL0.990.820.59
HSV356°72°93°
CMYK 0.000.720.68   0.07
XYZ37.752422.12158.9367
Yxy22.12150.54860.3215
Hunter Lab47.033560.968121.6579
CIE-Lab54.155765.145534.0415

#ec414b color RGB value is (236,65,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000001 01001011
Octal 354 101 113
Decimal 236 65 75
Hex EC 41 4B

RGB Percentages of Color #ec414b

%62.77
%17.29
%19.95

CMYK Percentages of Color #ec414b

%0
%72
%68
%7

Triadic Colors of #ec414b

#ec414b #4bec41 #414bec

Analogous Colors of #ec414b

#ec414b #ec8d41 #ec41a1

Monochromatic Colors of #ec414b

#ec414b

Complementary Color

#ec414b #41ece2

#ec414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec414b Color CSS Codes

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

#ec414b Text Font Color

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

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


#ec414b Background Color

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

This div background color is #ec414b


#ec414b Border Color

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

This div border color is #ec414b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec414b


Comments

No comments written yet.

Please login to write comment.