Color Hex Logo

#ec31cd Color Hex

#EC31CD
(236,49,205)
0 Favorites   0 Comments

Color spaces of #ec31cd

RGB 23649205
HSL0.860.830.56
HSV310°79°93°
CMYK 0.000.790.13   0.07
XYZ46.709824.437360.0126
Yxy24.43730.35610.1863
Hunter Lab49.434182.1533-37.3737
CIE-Lab56.523081.9731-38.9403

#ec31cd color RGB value is (236,49,205).

#ec31cd hex color red value is 236, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ec31cd hue: 0.86 , saturation: 0.83 and the lightness value of ec31cd is 0.56.

The process color (four color CMYK) of #ec31cd color hex is 0.00, 0.79, 0.13, 0.07. Web safe color of #ec31cd is #ff33cc. Color #ec31cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 11001101
Octal 354 61 315
Decimal 236 49 205
Hex EC 31 CD

RGB Percentages of Color #ec31cd

%48.16
%10.00
%41.84

CMYK Percentages of Color #ec31cd

%0
%79
%13
%7

Triadic Colors of #ec31cd

#ec31cd #cdec31 #31cdec

Analogous Colors of #ec31cd

#ec31cd #ec3170 #ae31ec

Monochromatic Colors of #ec31cd

#ec31cd

Complementary Color

#ec31cd #31ec50

#ec31cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec31cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec31cd Color CSS Codes

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

#ec31cd Text Font Color

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

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


#ec31cd Background Color

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

This div background color is #ec31cd


#ec31cd Border Color

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

This div border color is #ec31cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec31cd


Comments

No comments written yet.

Please login to write comment.