Color Hex Logo

#ec15da Color Hex

#EC15DA
(236,21,218)
0 Favorites   0 Comments

Color spaces of #ec15da

RGB 23621218
HSL0.850.850.50
HSV305°91°93°
CMYK 0.000.910.08   0.07
XYZ47.515123.431268.3480
Yxy23.43120.34110.1682
Hunter Lab48.405890.5054-49.8322
CIE-Lab55.513788.5780-47.9457

#ec15da color RGB value is (236,21,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 11011010
Octal 354 25 332
Decimal 236 21 218
Hex EC 15 DA

RGB Percentages of Color #ec15da

%49.68
%4.42
%45.89

CMYK Percentages of Color #ec15da

%0
%91
%8
%7

Triadic Colors of #ec15da

#ec15da #daec15 #15daec

Analogous Colors of #ec15da

#ec15da #ec156f #9315ec

Monochromatic Colors of #ec15da

#ec15da

Complementary Color

#ec15da #15ec27

#ec15da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec15da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec15da Color CSS Codes

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

#ec15da Text Font Color

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

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


#ec15da Background Color

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

This div background color is #ec15da


#ec15da Border Color

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

This div border color is #ec15da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec15da


Comments

No comments written yet.

Please login to write comment.