Color Hex Logo

#ed7eff Color Hex

#ED7EFF
(237,126,255)
0 Favorites   0 Comments

Color spaces of #ed7eff

RGB 237126255
HSL0.811.000.75
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ60.435940.146299.1714
Yxy40.14620.30260.2010
Hunter Lab63.361059.3776-48.4468
CIE-Lab69.573561.1028-46.3271

#ed7eff color RGB value is (237,126,255).

#ed7eff hex color red value is 237, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ed7eff hue: 0.81 , saturation: 1.00 and the lightness value of ed7eff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111110 11111111
Octal 355 176 377
Decimal 237 126 255
Hex ED 7E FF

RGB Percentages of Color #ed7eff

%38.35
%20.39
%41.26

CMYK Percentages of Color #ed7eff

%7
%51
%0
%0

Triadic Colors of #ed7eff

#ed7eff #ffed7e #7effed

Analogous Colors of #ed7eff

#ed7eff #ff7ed1 #ad7eff

Monochromatic Colors of #ed7eff

#ed7eff

Complementary Color

#ed7eff #90ff7e

#ed7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7eff Color CSS Codes

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

#ed7eff Text Font Color

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

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


#ed7eff Background Color

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

This div background color is #ed7eff


#ed7eff Border Color

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

This div border color is #ed7eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7eff

Related Colors


Comments

No comments written yet.

Please login to write comment.