Color Hex Logo

#ec658a Color Hex

#EC658A
(236,101,138)
0 Favorites   0 Comments

Color spaces of #ec658a

RGB 236101138
HSL0.950.780.66
HSV344°57°93°
CMYK 0.000.570.42   0.07
XYZ43.833228.975227.3273
Yxy28.97520.43770.2894
Hunter Lab53.828651.15437.5801
CIE-Lab60.759755.43936.1881

#ec658a color RGB value is (236,101,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 10001010
Octal 354 145 212
Decimal 236 101 138
Hex EC 65 8A

RGB Percentages of Color #ec658a

%49.68
%21.26
%29.05

CMYK Percentages of Color #ec658a

%0
%57
%42
%7

Triadic Colors of #ec658a

#ec658a #8aec65 #658aec

Analogous Colors of #ec658a

#ec658a #ec8465 #ec65ce

Monochromatic Colors of #ec658a

#ec658a

Complementary Color

#ec658a #65ecc7

#ec658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec658a Color CSS Codes

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

#ec658a Text Font Color

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

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


#ec658a Background Color

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

This div background color is #ec658a


#ec658a Border Color

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

This div border color is #ec658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec658a


Comments

No comments written yet.

Please login to write comment.