Color Hex Logo

#ed6dec Color Hex

#ED6DEC
(237,109,236)
0 Favorites   0 Comments

Color spaces of #ed6dec

RGB 237109236
HSL0.830.780.68
HSV300°54°93°
CMYK 0.000.540.00   0.07
XYZ55.534034.997983.1852
Yxy34.99790.31970.2015
Hunter Lab59.159064.0340-41.9581
CIE-Lab65.747065.6427-41.8916

#ed6dec color RGB value is (237,109,236).

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

The process color (four color CMYK) of #ed6dec color hex is 0.00, 0.54, 0.00, 0.07. Web safe color of #ed6dec is #ff66ff. Color #ed6dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101101 11101100
Octal 355 155 354
Decimal 237 109 236
Hex ED 6D EC

RGB Percentages of Color #ed6dec

%40.72
%18.73
%40.55

CMYK Percentages of Color #ed6dec

%0
%54
%0
%7

Triadic Colors of #ed6dec

#ed6dec #eced6d #6deced

Analogous Colors of #ed6dec

#ed6dec #ed6dac #ae6ded

Monochromatic Colors of #ed6dec

#ed6dec

Complementary Color

#ed6dec #6ded6e

#ed6dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6dec Color CSS Codes

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

#ed6dec Text Font Color

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

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


#ed6dec Background Color

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

This div background color is #ed6dec


#ed6dec Border Color

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

This div border color is #ed6dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6dec


Comments

No comments written yet.

Please login to write comment.