Color Hex Logo

#ec53ce Color Hex

#EC53CE
(236,83,206)
0 Favorites   0 Comments

Color spaces of #ec53ce

RGB 23683206
HSL0.870.800.63
HSV312°65°93°
CMYK 0.000.650.13   0.07
XYZ48.825928.475661.3155
Yxy28.47560.35220.2054
Hunter Lab53.362569.9403-30.7726
CIE-Lab60.316071.4946-33.5789

#ec53ce color RGB value is (236,83,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 11001110
Octal 354 123 316
Decimal 236 83 206
Hex EC 53 CE

RGB Percentages of Color #ec53ce

%44.95
%15.81
%39.24

CMYK Percentages of Color #ec53ce

%0
%65
%13
%7

Triadic Colors of #ec53ce

#ec53ce #ceec53 #53ceec

Analogous Colors of #ec53ce

#ec53ce #ec5382 #be53ec

Monochromatic Colors of #ec53ce

#ec53ce

Complementary Color

#ec53ce #53ec71

#ec53ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec53ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec53ce Color CSS Codes

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

#ec53ce Text Font Color

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

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


#ec53ce Background Color

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

This div background color is #ec53ce


#ec53ce Border Color

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

This div border color is #ec53ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec53ce


Comments

No comments written yet.

Please login to write comment.