Color Hex Logo

#ec62cd Color Hex

#EC62CD
(236,98,205)
0 Favorites   0 Comments

Color spaces of #ec62cd

RGB 23698205
HSL0.870.780.65
HSV313°58°93°
CMYK 0.000.580.13   0.07
XYZ49.979230.976061.1024
Yxy30.97600.35180.2181
Hunter Lab55.656162.8950-26.1327
CIE-Lab62.487465.2637-29.6436

#ec62cd color RGB value is (236,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100010 11001101
Octal 354 142 315
Decimal 236 98 205
Hex EC 62 CD

RGB Percentages of Color #ec62cd

%43.78
%18.18
%38.03

CMYK Percentages of Color #ec62cd

%0
%58
%13
%7

Triadic Colors of #ec62cd

#ec62cd #cdec62 #62cdec

Analogous Colors of #ec62cd

#ec62cd #ec6288 #c662ec

Monochromatic Colors of #ec62cd

#ec62cd

Complementary Color

#ec62cd #62ec81

#ec62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec62cd Color CSS Codes

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

#ec62cd Text Font Color

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

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


#ec62cd Background Color

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

This div background color is #ec62cd


#ec62cd Border Color

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

This div border color is #ec62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec62cd


Comments

No comments written yet.

Please login to write comment.