Color Hex Logo

#ec4eb1 Color Hex

#EC4EB1
(236,78,177)
0 Favorites   0 Comments

Color spaces of #ec4eb1

RGB 23678177
HSL0.900.810.62
HSV322°67°93°
CMYK 0.000.670.25   0.07
XYZ45.252326.456044.3164
Yxy26.45600.39000.2280
Hunter Lab51.435467.0304-15.0791
CIE-Lab58.467469.4448-19.8250

#ec4eb1 color RGB value is (236,78,177).

#ec4eb1 hex color red value is 236, green value is 78 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ec4eb1 hue: 0.90 , saturation: 0.81 and the lightness value of ec4eb1 is 0.62.

The process color (four color CMYK) of #ec4eb1 color hex is 0.00, 0.67, 0.25, 0.07. Web safe color of #ec4eb1 is #ff6699. Color #ec4eb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001110 10110001
Octal 354 116 261
Decimal 236 78 177
Hex EC 4E B1

RGB Percentages of Color #ec4eb1

%48.07
%15.89
%36.05

CMYK Percentages of Color #ec4eb1

%0
%67
%25
%7

Triadic Colors of #ec4eb1

#ec4eb1 #b1ec4e #4eb1ec

Analogous Colors of #ec4eb1

#ec4eb1 #ec4e62 #d84eec

Monochromatic Colors of #ec4eb1

#ec4eb1

Complementary Color

#ec4eb1 #4eec89

#ec4eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4eb1 Color CSS Codes

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

#ec4eb1 Text Font Color

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

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


#ec4eb1 Background Color

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

This div background color is #ec4eb1


#ec4eb1 Border Color

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

This div border color is #ec4eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4eb1


Comments

No comments written yet.

Please login to write comment.