Color Hex Logo

#ec53da Color Hex

#EC53DA
(236,83,218)
0 Favorites   0 Comments

Color spaces of #ec53da

RGB 23683218
HSL0.850.800.63
HSV307°65°93°
CMYK 0.000.650.08   0.07
XYZ50.340229.081369.2897
Yxy29.08130.33850.1956
Hunter Lab53.927172.2549-38.4314
CIE-Lab60.853373.2764-39.5224

#ec53da color RGB value is (236,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 11011010
Octal 354 123 332
Decimal 236 83 218
Hex EC 53 DA

RGB Percentages of Color #ec53da

%43.95
%15.46
%40.60

CMYK Percentages of Color #ec53da

%0
%65
%8
%7

Triadic Colors of #ec53da

#ec53da #daec53 #53daec

Analogous Colors of #ec53da

#ec53da #ec538e #b253ec

Monochromatic Colors of #ec53da

#ec53da

Complementary Color

#ec53da #53ec65

#ec53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec53da Color CSS Codes

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

#ec53da Text Font Color

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

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


#ec53da Background Color

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

This div background color is #ec53da


#ec53da Border Color

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

This div border color is #ec53da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec53da


Comments

No comments written yet.

Please login to write comment.