Color Hex Logo

#ec1ead Color Hex

#EC1EAD
(236,30,173)
0 Favorites   0 Comments

Color spaces of #ec1ead

RGB 23630173
HSL0.880.840.52
HSV318°87°93°
CMYK 0.000.870.27   0.07
XYZ42.599221.778541.4936
Yxy21.77850.40240.2057
Hunter Lab46.667481.2712-20.0495
CIE-Lab53.791281.8164-24.6711

#ec1ead color RGB value is (236,30,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011110 10101101
Octal 354 36 255
Decimal 236 30 173
Hex EC 1E AD

RGB Percentages of Color #ec1ead

%53.76
%6.83
%39.41

CMYK Percentages of Color #ec1ead

%0
%87
%27
%7

Triadic Colors of #ec1ead

#ec1ead #adec1e #1eadec

Analogous Colors of #ec1ead

#ec1ead #ec1e46 #c41eec

Monochromatic Colors of #ec1ead

#ec1ead

Complementary Color

#ec1ead #1eec5d

#ec1ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1ead Color CSS Codes

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

#ec1ead Text Font Color

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

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


#ec1ead Background Color

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

This div background color is #ec1ead


#ec1ead Border Color

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

This div border color is #ec1ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1ead


Comments

No comments written yet.

Please login to write comment.