Color Hex Logo

#ed6efe Color Hex

#ED6EFE
(237,110,254)
0 Favorites   0 Comments

Color spaces of #ed6efe

RGB 237110254
HSL0.810.990.71
HSV293°57°100°
CMYK 0.070.570.00   0.00
XYZ58.390436.312197.6974
Yxy36.31210.30350.1887
Hunter Lab60.259567.5091-53.9439
CIE-Lab66.757768.3335-50.2167

#ed6efe color RGB value is (237,110,254).

#ed6efe hex color red value is 237, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ed6efe hue: 0.81 , saturation: 0.99 and the lightness value of ed6efe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101110 11111110
Octal 355 156 376
Decimal 237 110 254
Hex ED 6E FE

RGB Percentages of Color #ed6efe

%39.43
%18.30
%42.26

CMYK Percentages of Color #ed6efe

%7
%57
%0
%0

Triadic Colors of #ed6efe

#ed6efe #feed6e #6efeed

Analogous Colors of #ed6efe

#ed6efe #fe6ec7 #a56efe

Monochromatic Colors of #ed6efe

#ed6efe

Complementary Color

#ed6efe #7ffe6e

#ed6efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6efe Color CSS Codes

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

#ed6efe Text Font Color

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

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


#ed6efe Background Color

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

This div background color is #ed6efe


#ed6efe Border Color

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

This div border color is #ed6efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6efe

Related Colors


Comments

No comments written yet.

Please login to write comment.