Color Hex Logo

#ec78bb Color Hex

#EC78BB
(236,120,187)
0 Favorites   0 Comments

Color spaces of #ec78bb

RGB 236120187
HSL0.900.750.70
HSV325°49°93°
CMYK 0.000.490.21   0.07
XYZ50.278234.853751.0912
Yxy34.85370.36910.2559
Hunter Lab59.037048.7027-9.9842
CIE-Lab65.634652.5012-14.6654

#ec78bb color RGB value is (236,120,187).

#ec78bb hex color red value is 236, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ec78bb hue: 0.90 , saturation: 0.75 and the lightness value of ec78bb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111000 10111011
Octal 354 170 273
Decimal 236 120 187
Hex EC 78 BB

RGB Percentages of Color #ec78bb

%43.46
%22.10
%34.44

CMYK Percentages of Color #ec78bb

%0
%49
%21
%7

Triadic Colors of #ec78bb

#ec78bb #bbec78 #78bbec

Analogous Colors of #ec78bb

#ec78bb #ec7881 #e378ec

Monochromatic Colors of #ec78bb

#ec78bb

Complementary Color

#ec78bb #78eca9

#ec78bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec78bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec78bb Color CSS Codes

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

#ec78bb Text Font Color

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

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


#ec78bb Background Color

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

This div background color is #ec78bb


#ec78bb Border Color

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

This div border color is #ec78bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec78bb


Comments

No comments written yet.

Please login to write comment.