Color Hex Logo

#ec60bb Color Hex

#EC60BB
(236,96,187)
0 Favorites   0 Comments

Color spaces of #ec60bb

RGB 23696187
HSL0.890.790.65
HSV321°59°93°
CMYK 0.000.590.21   0.07
XYZ47.744629.786550.2467
Yxy29.78650.37370.2331
Hunter Lab54.577060.6441-16.3818
CIE-Lab61.469663.5442-20.9854

#ec60bb color RGB value is (236,96,187).

#ec60bb hex color red value is 236, green value is 96 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ec60bb hue: 0.89 , saturation: 0.79 and the lightness value of ec60bb is 0.65.

The process color (four color CMYK) of #ec60bb color hex is 0.00, 0.59, 0.21, 0.07. Web safe color of #ec60bb is #ff66cc. Color #ec60bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100000 10111011
Octal 354 140 273
Decimal 236 96 187
Hex EC 60 BB

RGB Percentages of Color #ec60bb

%45.47
%18.50
%36.03

CMYK Percentages of Color #ec60bb

%0
%59
%21
%7

Triadic Colors of #ec60bb

#ec60bb #bbec60 #60bbec

Analogous Colors of #ec60bb

#ec60bb #ec6075 #d760ec

Monochromatic Colors of #ec60bb

#ec60bb

Complementary Color

#ec60bb #60ec91

#ec60bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec60bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec60bb Color CSS Codes

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

#ec60bb Text Font Color

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

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


#ec60bb Background Color

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

This div background color is #ec60bb


#ec60bb Border Color

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

This div border color is #ec60bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec60bb


Comments

No comments written yet.

Please login to write comment.