Color Hex Logo

#ec7cbe Color Hex

#EC7CBE
(236,124,190)
0 Favorites   0 Comments

Color spaces of #ec7cbe

RGB 236124190
HSL0.900.750.71
HSV325°47°93°
CMYK 0.000.470.19   0.07
XYZ51.094035.965952.9644
Yxy35.96590.36490.2569
Hunter Lab59.971647.1264-10.3824
CIE-Lab66.493950.9729-15.0605

#ec7cbe color RGB value is (236,124,190).

#ec7cbe hex color red value is 236, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ec7cbe hue: 0.90 , saturation: 0.75 and the lightness value of ec7cbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 10111110
Octal 354 174 276
Decimal 236 124 190
Hex EC 7C BE

RGB Percentages of Color #ec7cbe

%42.91
%22.55
%34.55

CMYK Percentages of Color #ec7cbe

%0
%47
%19
%7

Triadic Colors of #ec7cbe

#ec7cbe #beec7c #7cbeec

Analogous Colors of #ec7cbe

#ec7cbe #ec7c86 #e27cec

Monochromatic Colors of #ec7cbe

#ec7cbe

Complementary Color

#ec7cbe #7cecaa

#ec7cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7cbe Color CSS Codes

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

#ec7cbe Text Font Color

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

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


#ec7cbe Background Color

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

This div background color is #ec7cbe


#ec7cbe Border Color

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

This div border color is #ec7cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7cbe


Comments

No comments written yet.

Please login to write comment.