Color Hex Logo

#ec668a Color Hex

#EC668A
(236,102,138)
0 Favorites   0 Comments

Color spaces of #ec668a

RGB 236102138
HSL0.960.780.66
HSV344°57°93°
CMYK 0.000.570.42   0.07
XYZ43.930929.170627.3598
Yxy29.17060.43730.2904
Hunter Lab54.009850.67257.7723
CIE-Lab60.931954.98406.4349

#ec668a color RGB value is (236,102,138).

#ec668a hex color red value is 236, green value is 102 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ec668a hue: 0.96 , saturation: 0.78 and the lightness value of ec668a is 0.66.

The process color (four color CMYK) of #ec668a color hex is 0.00, 0.57, 0.42, 0.07. Web safe color of #ec668a is #ff6699. Color #ec668a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100110 10001010
Octal 354 146 212
Decimal 236 102 138
Hex EC 66 8A

RGB Percentages of Color #ec668a

%49.58
%21.43
%28.99

CMYK Percentages of Color #ec668a

%0
%57
%42
%7

Triadic Colors of #ec668a

#ec668a #8aec66 #668aec

Analogous Colors of #ec668a

#ec668a #ec8566 #ec66cd

Monochromatic Colors of #ec668a

#ec668a

Complementary Color

#ec668a #66ecc8

#ec668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec668a Color CSS Codes

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

#ec668a Text Font Color

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

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


#ec668a Background Color

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

This div background color is #ec668a


#ec668a Border Color

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

This div border color is #ec668a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec668a


Comments

No comments written yet.

Please login to write comment.