Color Hex Logo

#ed7eed Color Hex

#ED7EED
(237,126,237)
0 Favorites   0 Comments

Color spaces of #ed7eed

RGB 237126237
HSL0.830.760.71
HSV300°47°93°
CMYK 0.000.470.00   0.07
XYZ57.672039.040784.6167
Yxy39.04070.31810.2153
Hunter Lab62.482655.4127-36.5554
CIE-Lab68.780757.8631-37.7038

#ed7eed color RGB value is (237,126,237).

#ed7eed hex color red value is 237, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ed7eed hue: 0.83 , saturation: 0.76 and the lightness value of ed7eed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111110 11101101
Octal 355 176 355
Decimal 237 126 237
Hex ED 7E ED

RGB Percentages of Color #ed7eed

%39.50
%21.00
%39.50

CMYK Percentages of Color #ed7eed

%0
%47
%0
%7

Triadic Colors of #ed7eed

#ed7eed #eded7e #7eeded

Analogous Colors of #ed7eed

#ed7eed #ed7eb6 #b67eed

Monochromatic Colors of #ed7eed

#ed7eed

Complementary Color

#ed7eed #7eed7e

#ed7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7eed Color CSS Codes

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

#ed7eed Text Font Color

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

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


#ed7eed Background Color

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

This div background color is #ed7eed


#ed7eed Border Color

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

This div border color is #ed7eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7eed


Comments

No comments written yet.

Please login to write comment.