Color Hex Logo

#ed6cee Color Hex

#ED6CEE
(237,108,238)
0 Favorites   0 Comments

Color spaces of #ed6cee

RGB 237108238
HSL0.830.790.68
HSV300°55°93°
CMYK 0.000.550.00   0.07
XYZ55.720234.902784.6890
Yxy34.90270.31780.1991
Hunter Lab59.078564.9658-43.6372
CIE-Lab65.672866.4291-43.1146

#ed6cee color RGB value is (237,108,238).

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

The process color (four color CMYK) of #ed6cee color hex is 0.00, 0.55, 0.00, 0.07. Web safe color of #ed6cee is #ff66ff. Color #ed6cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101100 11101110
Octal 355 154 356
Decimal 237 108 238
Hex ED 6C EE

RGB Percentages of Color #ed6cee

%40.65
%18.52
%40.82

CMYK Percentages of Color #ed6cee

%0
%55
%0
%7

Triadic Colors of #ed6cee

#ed6cee #eeed6c #6ceeed

Analogous Colors of #ed6cee

#ed6cee #ee6cae #ac6cee

Monochromatic Colors of #ed6cee

#ed6cee

Complementary Color

#ed6cee #6dee6c

#ed6cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6cee Color CSS Codes

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

#ed6cee Text Font Color

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

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


#ed6cee Background Color

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

This div background color is #ed6cee


#ed6cee Border Color

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

This div border color is #ed6cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,108,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 #ed6cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6cee


Comments

No comments written yet.

Please login to write comment.