Color Hex Logo

#ec4cbc Color Hex

#EC4CBC
(236,76,188)
0 Favorites   0 Comments

Color spaces of #ec4cbc

RGB 23676188
HSL0.880.810.61
HSV318°68°93°
CMYK 0.000.680.20   0.07
XYZ46.253626.632650.2797
Yxy26.63260.37550.2162
Hunter Lab51.606869.6723-21.6406
CIE-Lab58.632771.5908-25.9104

#ec4cbc color RGB value is (236,76,188).

#ec4cbc hex color red value is 236, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ec4cbc hue: 0.88 , saturation: 0.81 and the lightness value of ec4cbc is 0.61.

The process color (four color CMYK) of #ec4cbc color hex is 0.00, 0.68, 0.20, 0.07. Web safe color of #ec4cbc is #ff33cc. Color #ec4cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001100 10111100
Octal 354 114 274
Decimal 236 76 188
Hex EC 4C BC

RGB Percentages of Color #ec4cbc

%47.20
%15.20
%37.60

CMYK Percentages of Color #ec4cbc

%0
%68
%20
%7

Triadic Colors of #ec4cbc

#ec4cbc #bcec4c #4cbcec

Analogous Colors of #ec4cbc

#ec4cbc #ec4c6c #cc4cec

Monochromatic Colors of #ec4cbc

#ec4cbc

Complementary Color

#ec4cbc #4cec7c

#ec4cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4cbc Color CSS Codes

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

#ec4cbc Text Font Color

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

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


#ec4cbc Background Color

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

This div background color is #ec4cbc


#ec4cbc Border Color

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

This div border color is #ec4cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4cbc


Comments

No comments written yet.

Please login to write comment.