Color Hex Logo

#ec62ce Color Hex

#EC62CE
(236,98,206)
0 Favorites   0 Comments

Color spaces of #ec62ce

RGB 23698206
HSL0.870.780.65
HSV313°58°93°
CMYK 0.000.580.13   0.07
XYZ50.100331.024561.7403
Yxy31.02450.35070.2172
Hunter Lab55.699663.0815-26.7303
CIE-Lab62.528365.4129-30.1451

#ec62ce color RGB value is (236,98,206).

#ec62ce hex color red value is 236, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ec62ce hue: 0.87 , saturation: 0.78 and the lightness value of ec62ce is 0.65.

The process color (four color CMYK) of #ec62ce color hex is 0.00, 0.58, 0.13, 0.07. Web safe color of #ec62ce is #ff66cc. Color #ec62ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100010 11001110
Octal 354 142 316
Decimal 236 98 206
Hex EC 62 CE

RGB Percentages of Color #ec62ce

%43.70
%18.15
%38.15

CMYK Percentages of Color #ec62ce

%0
%58
%13
%7

Triadic Colors of #ec62ce

#ec62ce #ceec62 #62ceec

Analogous Colors of #ec62ce

#ec62ce #ec6289 #c562ec

Monochromatic Colors of #ec62ce

#ec62ce

Complementary Color

#ec62ce #62ec80

#ec62ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec62ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec62ce Color CSS Codes

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

#ec62ce Text Font Color

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

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


#ec62ce Background Color

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

This div background color is #ec62ce


#ec62ce Border Color

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

This div border color is #ec62ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec62ce


Comments

No comments written yet.

Please login to write comment.