Color Hex Logo

#ec61de Color Hex

#EC61DE
(236,97,222)
0 Favorites   0 Comments

Color spaces of #ec61de

RGB 23697222
HSL0.850.790.65
HSV306°59°93°
CMYK 0.000.590.06   0.07
XYZ52.051631.656272.4741
Yxy31.65620.33330.2027
Hunter Lab56.263866.6747-36.9874
CIE-Lab63.057768.3080-38.3177

#ec61de color RGB value is (236,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100001 11011110
Octal 354 141 336
Decimal 236 97 222
Hex EC 61 DE

RGB Percentages of Color #ec61de

%42.52
%17.48
%40.00

CMYK Percentages of Color #ec61de

%0
%59
%6
%7

Triadic Colors of #ec61de

#ec61de #deec61 #61deec

Analogous Colors of #ec61de

#ec61de #ec6199 #b561ec

Monochromatic Colors of #ec61de

#ec61de

Complementary Color

#ec61de #61ec6f

#ec61de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec61de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec61de Color CSS Codes

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

#ec61de Text Font Color

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

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


#ec61de Background Color

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

This div background color is #ec61de


#ec61de Border Color

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

This div border color is #ec61de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec61de


Comments

No comments written yet.

Please login to write comment.