Color Hex Logo

#ec51da Color Hex

#EC51DA
(236,81,218)
0 Favorites   0 Comments

Color spaces of #ec51da

RGB 23681218
HSL0.850.800.62
HSV307°66°93°
CMYK 0.000.660.08   0.07
XYZ50.189428.779769.2394
Yxy28.77970.33860.1942
Hunter Lab53.646773.1146-38.9702
CIE-Lab60.586774.0212-39.9405

#ec51da color RGB value is (236,81,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010001 11011010
Octal 354 121 332
Decimal 236 81 218
Hex EC 51 DA

RGB Percentages of Color #ec51da

%44.11
%15.14
%40.75

CMYK Percentages of Color #ec51da

%0
%66
%8
%7

Triadic Colors of #ec51da

#ec51da #daec51 #51daec

Analogous Colors of #ec51da

#ec51da #ec518d #b151ec

Monochromatic Colors of #ec51da

#ec51da

Complementary Color

#ec51da #51ec63

#ec51da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec51da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec51da Color CSS Codes

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

#ec51da Text Font Color

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

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


#ec51da Background Color

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

This div background color is #ec51da


#ec51da Border Color

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

This div border color is #ec51da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec51da


Comments

No comments written yet.

Please login to write comment.