Color Hex Logo

#ed2cec Color Hex

#ED2CEC
(237,44,236)
0 Favorites   0 Comments

Color spaces of #ed2cec

RGB 23744236
HSL0.830.840.55
HSV300°81°93°
CMYK 0.000.810.00   0.07
XYZ50.966125.862081.6625
Yxy25.86200.32160.1632
Hunter Lab50.854789.8953-59.6096
CIE-Lab57.905887.6508-54.2884

#ed2cec color RGB value is (237,44,236).

#ed2cec hex color red value is 237, green value is 44 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ed2cec hue: 0.83 , saturation: 0.84 and the lightness value of ed2cec is 0.55.

The process color (four color CMYK) of #ed2cec color hex is 0.00, 0.81, 0.00, 0.07. Web safe color of #ed2cec is #ff33ff. Color #ed2cec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101100 11101100
Octal 355 54 354
Decimal 237 44 236
Hex ED 2C EC

RGB Percentages of Color #ed2cec

%45.84
%8.51
%45.65

CMYK Percentages of Color #ed2cec

%0
%81
%0
%7

Triadic Colors of #ed2cec

#ed2cec #eced2c #2ceced

Analogous Colors of #ed2cec

#ed2cec #ed2c8c #8e2ced

Monochromatic Colors of #ed2cec

#ed2cec

Complementary Color

#ed2cec #2ced2d

#ed2cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2cec Color CSS Codes

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

#ed2cec Text Font Color

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

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


#ed2cec Background Color

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

This div background color is #ed2cec


#ed2cec Border Color

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

This div border color is #ed2cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2cec


Comments

No comments written yet.

Please login to write comment.