Color Hex Logo

#ec49bb Color Hex

#EC49BB
(236,73,187)
0 Favorites   0 Comments

Color spaces of #ec49bb

RGB 23673187
HSL0.880.810.61
HSV318°69°93°
CMYK 0.000.690.21   0.07
XYZ45.944326.185849.6465
Yxy26.18580.37730.2150
Hunter Lab51.172170.7132-21.7020
CIE-Lab58.213072.5213-25.9823

#ec49bb color RGB value is (236,73,187).

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

The process color (four color CMYK) of #ec49bb color hex is 0.00, 0.69, 0.21, 0.07. Web safe color of #ec49bb is #ff33cc. Color #ec49bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 10111011
Octal 354 111 273
Decimal 236 73 187
Hex EC 49 BB

RGB Percentages of Color #ec49bb

%47.58
%14.72
%37.70

CMYK Percentages of Color #ec49bb

%0
%69
%21
%7

Triadic Colors of #ec49bb

#ec49bb #bbec49 #49bbec

Analogous Colors of #ec49bb

#ec49bb #ec496a #cc49ec

Monochromatic Colors of #ec49bb

#ec49bb

Complementary Color

#ec49bb #49ec7a

#ec49bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec49bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec49bb Color CSS Codes

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

#ec49bb Text Font Color

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

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


#ec49bb Background Color

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

This div background color is #ec49bb


#ec49bb Border Color

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

This div border color is #ec49bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec49bb


Comments

No comments written yet.

Please login to write comment.