Color Hex Logo

#ec7ebc Color Hex

#EC7EBC
(236,126,188)
0 Favorites   0 Comments

Color spaces of #ec7ebc

RGB 236126188
HSL0.910.740.71
HSV326°47°93°
CMYK 0.000.470.20   0.07
XYZ51.130036.385451.9052
Yxy36.38540.36670.2610
Hunter Lab60.320345.7435-8.7944
CIE-Lab66.813449.6912-13.4540

#ec7ebc color RGB value is (236,126,188).

#ec7ebc hex color red value is 236, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ec7ebc hue: 0.91 , saturation: 0.74 and the lightness value of ec7ebc is 0.71.

The process color (four color CMYK) of #ec7ebc color hex is 0.00, 0.47, 0.20, 0.07. Web safe color of #ec7ebc is #ff66cc. Color #ec7ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111110 10111100
Octal 354 176 274
Decimal 236 126 188
Hex EC 7E BC

RGB Percentages of Color #ec7ebc

%42.91
%22.91
%34.18

CMYK Percentages of Color #ec7ebc

%0
%47
%20
%7

Triadic Colors of #ec7ebc

#ec7ebc #bcec7e #7ebcec

Analogous Colors of #ec7ebc

#ec7ebc #ec7e85 #e57eec

Monochromatic Colors of #ec7ebc

#ec7ebc

Complementary Color

#ec7ebc #7eecae

#ec7ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7ebc Color CSS Codes

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

#ec7ebc Text Font Color

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

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


#ec7ebc Background Color

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

This div background color is #ec7ebc


#ec7ebc Border Color

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

This div border color is #ec7ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7ebc


Comments

No comments written yet.

Please login to write comment.