Color Hex Logo

#ed4ce6 Color Hex

#ED4CE6
(237,76,230)
0 Favorites   0 Comments

Color spaces of #ed4ce6

RGB 23776230
HSL0.840.820.61
HSV303°68°93°
CMYK 0.000.680.03   0.07
XYZ51.792428.886677.7088
Yxy28.88660.32700.1824
Hunter Lab53.746377.9550-48.1018
CIE-Lab60.681477.8705-46.5217

#ed4ce6 color RGB value is (237,76,230).

#ed4ce6 hex color red value is 237, green value is 76 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ed4ce6 hue: 0.84 , saturation: 0.82 and the lightness value of ed4ce6 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001100 11100110
Octal 355 114 346
Decimal 237 76 230
Hex ED 4C E6

RGB Percentages of Color #ed4ce6

%43.65
%14.00
%42.36

CMYK Percentages of Color #ed4ce6

%0
%68
%3
%7

Triadic Colors of #ed4ce6

#ed4ce6 #e6ed4c #4ce6ed

Analogous Colors of #ed4ce6

#ed4ce6 #ed4c96 #a44ced

Monochromatic Colors of #ed4ce6

#ed4ce6

Complementary Color

#ed4ce6 #4ced53

#ed4ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4ce6 Color CSS Codes

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

#ed4ce6 Text Font Color

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

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


#ed4ce6 Background Color

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

This div background color is #ed4ce6


#ed4ce6 Border Color

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

This div border color is #ed4ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4ce6


Comments

No comments written yet.

Please login to write comment.