Color Hex Logo

#ec15df Color Hex

#EC15DF
(236,21,223)
0 Favorites   0 Comments

Color spaces of #ec15df

RGB 23621223
HSL0.840.850.50
HSV304°91°93°
CMYK 0.000.910.06   0.07
XYZ48.179523.696971.8467
Yxy23.69690.33520.1649
Hunter Lab48.679591.4777-53.4313
CIE-Lab55.783089.2583-50.3549

#ec15df color RGB value is (236,21,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 11011111
Octal 354 25 337
Decimal 236 21 223
Hex EC 15 DF

RGB Percentages of Color #ec15df

%49.17
%4.38
%46.46

CMYK Percentages of Color #ec15df

%0
%91
%6
%7

Triadic Colors of #ec15df

#ec15df #dfec15 #15dfec

Analogous Colors of #ec15df

#ec15df #ec1574 #8e15ec

Monochromatic Colors of #ec15df

#ec15df

Complementary Color

#ec15df #15ec22

#ec15df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec15df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec15df Color CSS Codes

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

#ec15df Text Font Color

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

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


#ec15df Background Color

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

This div background color is #ec15df


#ec15df Border Color

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

This div border color is #ec15df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec15df


Comments

No comments written yet.

Please login to write comment.