Color Hex Logo

#ec654d Color Hex

#EC654D
(236,101,77)
0 Favorites   0 Comments

Color spaces of #ec654d

RGB 23610177
HSL0.030.810.61
HSV67°93°
CMYK 0.000.570.67   0.07
XYZ40.585327.676010.2241
Yxy27.67600.51710.3526
Hunter Lab52.608045.642825.3029
CIE-Lab59.594950.673139.4316

#ec654d color RGB value is (236,101,77).

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

The process color (four color CMYK) of #ec654d color hex is 0.00, 0.57, 0.67, 0.07. Web safe color of #ec654d is #ff6666. Color #ec654d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 01001101
Octal 354 145 115
Decimal 236 101 77
Hex EC 65 4D

RGB Percentages of Color #ec654d

%57.00
%24.40
%18.60

CMYK Percentages of Color #ec654d

%0
%57
%67
%7

Triadic Colors of #ec654d

#ec654d #4dec65 #654dec

Analogous Colors of #ec654d

#ec654d #ecb54d #ec4d85

Monochromatic Colors of #ec654d

#ec654d

Complementary Color

#ec654d #4dd4ec

#ec654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec654d Color CSS Codes

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

#ec654d Text Font Color

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

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


#ec654d Background Color

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

This div background color is #ec654d


#ec654d Border Color

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

This div border color is #ec654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec654d


Comments

No comments written yet.

Please login to write comment.