Color Hex Logo

#ec01da Color Hex

#EC01DA
(236,1,218)
0 Favorites   0 Comments

Color spaces of #ec01da

RGB 2361218
HSL0.850.990.46
HSV305°100°93°
CMYK 0.001.000.08   0.07
XYZ47.257822.916568.2622
Yxy22.91650.34140.1655
Hunter Lab47.871292.4383-51.0351
CIE-Lab54.986290.1342-48.7835

#ec01da color RGB value is (236,1,218).

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

The process color (four color CMYK) of #ec01da color hex is 0.00, 1.00, 0.08, 0.07. Web safe color of #ec01da is #ff00cc. Color #ec01da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000001 11011010
Octal 354 1 332
Decimal 236 1 218
Hex EC 1 DA

RGB Percentages of Color #ec01da

%51.87
%0.22
%47.91

CMYK Percentages of Color #ec01da

%0
%100
%8
%7

Triadic Colors of #ec01da

#ec01da #daec01 #01daec

Analogous Colors of #ec01da

#ec01da #ec0165 #8901ec

Monochromatic Colors of #ec01da

#ec01da

Complementary Color

#ec01da #01ec13

#ec01da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec01da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec01da Color CSS Codes

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

#ec01da Text Font Color

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

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


#ec01da Background Color

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

This div background color is #ec01da


#ec01da Border Color

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

This div border color is #ec01da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec01da


Comments

No comments written yet.

Please login to write comment.