Color Hex Logo

#ec605b Color Hex

#EC605B
(236,96,91)
0 Favorites   0 Comments

Color spaces of #ec605b

RGB 2369691
HSL0.010.790.64
HSV61°93°
CMYK 0.000.590.61   0.07
XYZ40.663326.953912.9570
Yxy26.95390.50470.3345
Hunter Lab51.917148.952421.5450
CIE-Lab58.931653.773030.8190

#ec605b color RGB value is (236,96,91).

#ec605b hex color red value is 236, green value is 96 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ec605b hue: 0.01 , saturation: 0.79 and the lightness value of ec605b is 0.64.

The process color (four color CMYK) of #ec605b color hex is 0.00, 0.59, 0.61, 0.07. Web safe color of #ec605b is #ff6666. Color #ec605b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100000 01011011
Octal 354 140 133
Decimal 236 96 91
Hex EC 60 5B

RGB Percentages of Color #ec605b

%55.79
%22.70
%21.51

CMYK Percentages of Color #ec605b

%0
%59
%61
%7

Triadic Colors of #ec605b

#ec605b #5bec60 #605bec

Analogous Colors of #ec605b

#ec605b #eca95b #ec5b9f

Monochromatic Colors of #ec605b

#ec605b

Complementary Color

#ec605b #5be7ec

#ec605b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec605b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec605b Color CSS Codes

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

#ec605b Text Font Color

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

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


#ec605b Background Color

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

This div background color is #ec605b


#ec605b Border Color

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

This div border color is #ec605b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec605b


Comments

No comments written yet.

Please login to write comment.