Color Hex Logo

#ec53cd Color Hex

#EC53CD
(236,83,205)
0 Favorites   0 Comments

Color spaces of #ec53cd

RGB 23683205
HSL0.870.800.63
HSV312°65°93°
CMYK 0.000.650.13   0.07
XYZ48.704828.427260.6776
Yxy28.42720.35340.2063
Hunter Lab53.317269.7533-30.1530
CIE-Lab60.272771.3498-33.0787

#ec53cd color RGB value is (236,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 11001101
Octal 354 123 315
Decimal 236 83 205
Hex EC 53 CD

RGB Percentages of Color #ec53cd

%45.04
%15.84
%39.12

CMYK Percentages of Color #ec53cd

%0
%65
%13
%7

Triadic Colors of #ec53cd

#ec53cd #cdec53 #53cdec

Analogous Colors of #ec53cd

#ec53cd #ec5381 #bf53ec

Monochromatic Colors of #ec53cd

#ec53cd

Complementary Color

#ec53cd #53ec72

#ec53cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec53cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec53cd Color CSS Codes

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

#ec53cd Text Font Color

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

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


#ec53cd Background Color

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

This div background color is #ec53cd


#ec53cd Border Color

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

This div border color is #ec53cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec53cd


Comments

No comments written yet.

Please login to write comment.