Color Hex Logo

#ec626b Color Hex

#EC626B
(236,98,107)
0 Favorites   0 Comments

Color spaces of #ec626b

RGB 23698107
HSL0.990.780.65
HSV356°58°93°
CMYK 0.000.580.55   0.07
XYZ41.613627.629817.0497
Yxy27.62980.48220.3202
Hunter Lab52.564149.326717.5635
CIE-Lab59.552854.007922.4642

#ec626b color RGB value is (236,98,107).

#ec626b hex color red value is 236, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ec626b hue: 0.99 , saturation: 0.78 and the lightness value of ec626b is 0.65.

The process color (four color CMYK) of #ec626b color hex is 0.00, 0.58, 0.55, 0.07. Web safe color of #ec626b is #ff6666. Color #ec626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100010 01101011
Octal 354 142 153
Decimal 236 98 107
Hex EC 62 6B

RGB Percentages of Color #ec626b

%53.51
%22.22
%24.26

CMYK Percentages of Color #ec626b

%0
%58
%55
%7

Triadic Colors of #ec626b

#ec626b #6bec62 #626bec

Analogous Colors of #ec626b

#ec626b #ec9e62 #ec62b0

Monochromatic Colors of #ec626b

#ec626b

Complementary Color

#ec626b #62ece3

#ec626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec626b Color CSS Codes

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

#ec626b Text Font Color

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

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


#ec626b Background Color

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

This div background color is #ec626b


#ec626b Border Color

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

This div border color is #ec626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec626b


Comments

No comments written yet.

Please login to write comment.