Color Hex Logo

#ec698a Color Hex

#EC698A
(236,105,138)
0 Favorites   0 Comments

Color spaces of #ec698a

RGB 236105138
HSL0.960.780.67
HSV345°56°93°
CMYK 0.000.560.42   0.07
XYZ44.231129.771027.4599
Yxy29.77100.43590.2934
Hunter Lab54.562849.21538.3550
CIE-Lab61.456153.60297.1851

#ec698a color RGB value is (236,105,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101001 10001010
Octal 354 151 212
Decimal 236 105 138
Hex EC 69 8A

RGB Percentages of Color #ec698a

%49.27
%21.92
%28.81

CMYK Percentages of Color #ec698a

%0
%56
%42
%7

Triadic Colors of #ec698a

#ec698a #8aec69 #698aec

Analogous Colors of #ec698a

#ec698a #ec8a69 #ec69cc

Monochromatic Colors of #ec698a

#ec698a

Complementary Color

#ec698a #69eccb

#ec698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec698a Color CSS Codes

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

#ec698a Text Font Color

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

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


#ec698a Background Color

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

This div background color is #ec698a


#ec698a Border Color

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

This div border color is #ec698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec698a


Comments

No comments written yet.

Please login to write comment.