Color Hex Logo

#ec40bb Color Hex

#EC40BB
(236,64,187)
0 Favorites   0 Comments

Color spaces of #ec40bb

RGB 23664187
HSL0.880.820.59
HSV317°73°93°
CMYK 0.000.730.21   0.07
XYZ45.395125.087549.4635
Yxy25.08750.37850.2092
Hunter Lab50.087474.1247-23.4902
CIE-Lab57.160675.4878-27.6075

#ec40bb color RGB value is (236,64,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 10111011
Octal 354 100 273
Decimal 236 64 187
Hex EC 40 BB

RGB Percentages of Color #ec40bb

%48.46
%13.14
%38.40

CMYK Percentages of Color #ec40bb

%0
%73
%21
%7

Triadic Colors of #ec40bb

#ec40bb #bbec40 #40bbec

Analogous Colors of #ec40bb

#ec40bb #ec4065 #c740ec

Monochromatic Colors of #ec40bb

#ec40bb

Complementary Color

#ec40bb #40ec71

#ec40bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec40bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec40bb Color CSS Codes

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

#ec40bb Text Font Color

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

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


#ec40bb Background Color

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

This div background color is #ec40bb


#ec40bb Border Color

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

This div border color is #ec40bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec40bb


Comments

No comments written yet.

Please login to write comment.