Color Hex Logo

#ec78de Color Hex

#EC78DE
(236,120,222)
0 Favorites   0 Comments

Color spaces of #ec78de

RGB 236120222
HSL0.850.750.70
HSV307°49°93°
CMYK 0.000.490.06   0.07
XYZ54.493436.539773.2880
Yxy36.53970.33160.2224
Hunter Lab60.448155.1320-29.5703
CIE-Lab66.930357.9152-32.2922

#ec78de color RGB value is (236,120,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111000 11011110
Octal 354 170 336
Decimal 236 120 222
Hex EC 78 DE

RGB Percentages of Color #ec78de

%40.83
%20.76
%38.41

CMYK Percentages of Color #ec78de

%0
%49
%6
%7

Triadic Colors of #ec78de

#ec78de #deec78 #78deec

Analogous Colors of #ec78de

#ec78de #ec78a4 #c078ec

Monochromatic Colors of #ec78de

#ec78de

Complementary Color

#ec78de #78ec86

#ec78de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec78de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec78de Color CSS Codes

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

#ec78de Text Font Color

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

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


#ec78de Background Color

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

This div background color is #ec78de


#ec78de Border Color

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

This div border color is #ec78de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec78de


Comments

No comments written yet.

Please login to write comment.