Color Hex Logo

#ec667e Color Hex

#EC667E
(236,102,126)
0 Favorites   0 Comments

Color spaces of #ec667e

RGB 236102126
HSL0.970.780.66
HSV349°57°93°
CMYK 0.000.570.47   0.07
XYZ43.109328.842023.0336
Yxy28.84200.45390.3036
Hunter Lab53.704749.300312.1642
CIE-Lab60.641953.808712.9721

#ec667e color RGB value is (236,102,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100110 01111110
Octal 354 146 176
Decimal 236 102 126
Hex EC 66 7E

RGB Percentages of Color #ec667e

%50.86
%21.98
%27.16

CMYK Percentages of Color #ec667e

%0
%57
%47
%7

Triadic Colors of #ec667e

#ec667e #7eec66 #667eec

Analogous Colors of #ec667e

#ec667e #ec9166 #ec66c1

Monochromatic Colors of #ec667e

#ec667e

Complementary Color

#ec667e #66ecd4

#ec667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec667e Color CSS Codes

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

#ec667e Text Font Color

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

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


#ec667e Background Color

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

This div background color is #ec667e


#ec667e Border Color

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

This div border color is #ec667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec667e


Comments

No comments written yet.

Please login to write comment.