Color Hex Logo

#ed4efe Color Hex

#ED4EFE
(237,78,254)
0 Favorites   0 Comments

Color spaces of #ed4efe

RGB 23778254
HSL0.820.990.65
HSV294°69°100°
CMYK 0.070.690.00   0.00
XYZ55.538830.609196.7468
Yxy30.60910.30370.1674
Hunter Lab55.325582.3686-64.9516
CIE-Lab62.176381.0460-57.4881

#ed4efe color RGB value is (237,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001110 11111110
Octal 355 116 376
Decimal 237 78 254
Hex ED 4E FE

RGB Percentages of Color #ed4efe

%41.65
%13.71
%44.64

CMYK Percentages of Color #ed4efe

%7
%69
%0
%0

Triadic Colors of #ed4efe

#ed4efe #feed4e #4efeed

Analogous Colors of #ed4efe

#ed4efe #fe4eb7 #954efe

Monochromatic Colors of #ed4efe

#ed4efe

Complementary Color

#ed4efe #5ffe4e

#ed4efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4efe Color CSS Codes

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

#ed4efe Text Font Color

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

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


#ed4efe Background Color

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

This div background color is #ed4efe


#ed4efe Border Color

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

This div border color is #ed4efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4efe


Comments

No comments written yet.

Please login to write comment.