Color Hex Logo

#ed4cee Color Hex

#ED4CEE
(237,76,238)
0 Favorites   0 Comments

Color spaces of #ed4cee

RGB 23776238
HSL0.830.830.62
HSV300°68°93°
CMYK 0.000.680.00   0.07
XYZ52.942129.346583.7630
Yxy29.34650.31880.1767
Hunter Lab54.172479.6444-53.7553
CIE-Lab61.086279.1255-50.3498

#ed4cee color RGB value is (237,76,238).

#ed4cee hex color red value is 237, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ed4cee hue: 0.83 , saturation: 0.83 and the lightness value of ed4cee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001100 11101110
Octal 355 114 356
Decimal 237 76 238
Hex ED 4C EE

RGB Percentages of Color #ed4cee

%43.01
%13.79
%43.19

CMYK Percentages of Color #ed4cee

%0
%68
%0
%7

Triadic Colors of #ed4cee

#ed4cee #eeed4c #4ceeed

Analogous Colors of #ed4cee

#ed4cee #ee4c9e #9c4cee

Monochromatic Colors of #ed4cee

#ed4cee

Complementary Color

#ed4cee #4dee4c

#ed4cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4cee Color CSS Codes

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

#ed4cee Text Font Color

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

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


#ed4cee Background Color

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

This div background color is #ed4cee


#ed4cee Border Color

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

This div border color is #ed4cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4cee


Comments

No comments written yet.

Please login to write comment.