Color Hex Logo

#ec1edb Color Hex

#EC1EDB
(236,30,219)
0 Favorites   0 Comments

Color spaces of #ec1edb

RGB 23630219
HSL0.850.840.52
HSV305°87°93°
CMYK 0.000.870.07   0.07
XYZ47.842523.875969.1048
Yxy23.87590.33970.1695
Hunter Lab48.863089.2619-49.6472
CIE-Lab55.963387.5495-47.8003

#ec1edb color RGB value is (236,30,219).

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

The process color (four color CMYK) of #ec1edb color hex is 0.00, 0.87, 0.07, 0.07. Web safe color of #ec1edb is #ff33cc. Color #ec1edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011110 11011011
Octal 354 36 333
Decimal 236 30 219
Hex EC 1E DB

RGB Percentages of Color #ec1edb

%48.66
%6.19
%45.15

CMYK Percentages of Color #ec1edb

%0
%87
%7
%7

Triadic Colors of #ec1edb

#ec1edb #dbec1e #1edbec

Analogous Colors of #ec1edb

#ec1edb #ec1e74 #961eec

Monochromatic Colors of #ec1edb

#ec1edb

Complementary Color

#ec1edb #1eec2f

#ec1edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1edb Color CSS Codes

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

#ec1edb Text Font Color

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

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


#ec1edb Background Color

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

This div background color is #ec1edb


#ec1edb Border Color

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

This div border color is #ec1edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1edb


Comments

No comments written yet.

Please login to write comment.