Color Hex Logo

#ec568a Color Hex

#EC568A
(236,86,138)
0 Favorites   0 Comments

Color spaces of #ec568a

RGB 23686138
HSL0.940.800.63
HSV339°64°93°
CMYK 0.000.640.42   0.07
XYZ42.507326.323426.8853
Yxy26.32340.44410.2750
Hunter Lab51.306358.10124.8456
CIE-Lab58.342861.92232.7047

#ec568a color RGB value is (236,86,138).

#ec568a hex color red value is 236, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ec568a hue: 0.94 , saturation: 0.80 and the lightness value of ec568a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010110 10001010
Octal 354 126 212
Decimal 236 86 138
Hex EC 56 8A

RGB Percentages of Color #ec568a

%51.30
%18.70
%30.00

CMYK Percentages of Color #ec568a

%0
%64
%42
%7

Triadic Colors of #ec568a

#ec568a #8aec56 #568aec

Analogous Colors of #ec568a

#ec568a #ec6d56 #ec56d5

Monochromatic Colors of #ec568a

#ec568a

Complementary Color

#ec568a #56ecb8

#ec568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec568a Color CSS Codes

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

#ec568a Text Font Color

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

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


#ec568a Background Color

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

This div background color is #ec568a


#ec568a Border Color

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

This div border color is #ec568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec568a


Comments

No comments written yet.

Please login to write comment.