Color Hex Logo

#ec568b Color Hex

#EC568B
(236,86,139)
0 Favorites   0 Comments

Color spaces of #ec568b

RGB 23686139
HSL0.940.800.63
HSV339°64°93°
CMYK 0.000.640.41   0.07
XYZ42.580126.352527.2684
Yxy26.35250.44260.2739
Hunter Lab51.334758.22304.4401
CIE-Lab58.370162.02242.1588

#ec568b color RGB value is (236,86,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010110 10001011
Octal 354 126 213
Decimal 236 86 139
Hex EC 56 8B

RGB Percentages of Color #ec568b

%51.19
%18.66
%30.15

CMYK Percentages of Color #ec568b

%0
%64
%41
%7

Triadic Colors of #ec568b

#ec568b #8bec56 #568bec

Analogous Colors of #ec568b

#ec568b #ec6c56 #ec56d6

Monochromatic Colors of #ec568b

#ec568b

Complementary Color

#ec568b #56ecb7

#ec568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec568b Color CSS Codes

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

#ec568b Text Font Color

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

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


#ec568b Background Color

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

This div background color is #ec568b


#ec568b Border Color

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

This div border color is #ec568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec568b


Comments

No comments written yet.

Please login to write comment.