Color Hex Logo

#ec654a Color Hex

#EC654A
(236,101,74)
0 Favorites   0 Comments

Color spaces of #ec654a

RGB 23610174
HSL0.030.810.61
HSV10°69°93°
CMYK 0.000.570.69   0.07
XYZ40.481827.63469.6790
Yxy27.63460.52040.3552
Hunter Lab52.568645.463425.8815
CIE-Lab59.557250.515341.0117

#ec654a color RGB value is (236,101,74).

#ec654a hex color red value is 236, green value is 101 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ec654a hue: 0.03 , saturation: 0.81 and the lightness value of ec654a is 0.61.

The process color (four color CMYK) of #ec654a color hex is 0.00, 0.57, 0.69, 0.07. Web safe color of #ec654a is #ff6633. Color #ec654a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 01001010
Octal 354 145 112
Decimal 236 101 74
Hex EC 65 4A

RGB Percentages of Color #ec654a

%57.42
%24.57
%18.00

CMYK Percentages of Color #ec654a

%0
%57
%69
%7

Triadic Colors of #ec654a

#ec654a #4aec65 #654aec

Analogous Colors of #ec654a

#ec654a #ecb64a #ec4a80

Monochromatic Colors of #ec654a

#ec654a

Complementary Color

#ec654a #4ad1ec

#ec654a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec654a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec654a Color CSS Codes

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

#ec654a Text Font Color

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

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


#ec654a Background Color

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

This div background color is #ec654a


#ec654a Border Color

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

This div border color is #ec654a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec654a


Comments

No comments written yet.

Please login to write comment.