Color Hex Logo

#ec405b Color Hex

#EC405B
(236,64,91)
0 Favorites   0 Comments

Color spaces of #ec405b

RGB 2366491
HSL0.970.820.59
HSV351°73°93°
CMYK 0.000.730.61   0.07
XYZ38.313822.255012.1738
Yxy22.25500.52670.3059
Hunter Lab47.175262.413917.7226
CIE-Lab54.296566.351324.8508

#ec405b color RGB value is (236,64,91).

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

The process color (four color CMYK) of #ec405b color hex is 0.00, 0.73, 0.61, 0.07. Web safe color of #ec405b is #ff3366. Color #ec405b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 01011011
Octal 354 100 133
Decimal 236 64 91
Hex EC 40 5B

RGB Percentages of Color #ec405b

%60.36
%16.37
%23.27

CMYK Percentages of Color #ec405b

%0
%73
%61
%7

Triadic Colors of #ec405b

#ec405b #5bec40 #405bec

Analogous Colors of #ec405b

#ec405b #ec7b40 #ec40b1

Monochromatic Colors of #ec405b

#ec405b

Complementary Color

#ec405b #40ecd1

#ec405b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec405b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec405b Color CSS Codes

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

#ec405b Text Font Color

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

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


#ec405b Background Color

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

This div background color is #ec405b


#ec405b Border Color

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

This div border color is #ec405b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec405b


Comments

No comments written yet.

Please login to write comment.