color codes Logo

#ec664d color codes

#EC664D
(236,102,77)
0 Favorites   0 Comments

Color spaces of #ec664d

RGB 23610277
HSL0.030.810.61
HSV67°93°
CMYK 0.000.570.67   0.07
XYZ40.683027.871410.2567
Yxy27.87140.51620.3536
Hunter Lab52.793445.165125.4365
CIE-Lab59.772450.209939.6411

#ec664d color RGB value is (236,102,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100110 01001101
Octal 354 146 115
Decimal 236 102 77
Hex EC 66 4D

RGB Percentages of Color #ec664d

%56.87
%24.58
%18.55

CMYK Percentages of Color #ec664d

%0
%57
%67
%7

Triadic Colors of #ec664d

#ec664d #4dec66 #664dec

Analogous Colors of #ec664d

#ec664d #ecb64d #ec4d84

Monochromatic Colors of #ec664d

#ec664d

Complementary Color

#ec664d #4dd3ec

#ec664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec664d Color CSS Codes

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

#ec664d Text Font Color

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

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


#ec664d Background Color

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

This div background color is #ec664d


#ec664d Border Color

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

This div border color is #ec664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec664d


Comments

No comments written yet.

Please login to write comment.