Color Hex Logo

#ed4cfe Color Hex

#ED4CFE
(237,76,254)
0 Favorites   0 Comments

Color spaces of #ed4cfe

RGB 23776254
HSL0.820.990.65
HSV294°70°100°
CMYK 0.070.700.00   0.00
XYZ55.398930.329296.7002
Yxy30.32920.30370.1663
Hunter Lab55.072083.1838-65.5563
CIE-Lab61.937281.7250-57.8693

#ed4cfe color RGB value is (237,76,254).

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

The process color (four color CMYK) of #ed4cfe color hex is 0.07, 0.70, 0.00, 0.00. Web safe color of #ed4cfe is #ff33ff. Color #ed4cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001100 11111110
Octal 355 114 376
Decimal 237 76 254
Hex ED 4C FE

RGB Percentages of Color #ed4cfe

%41.80
%13.40
%44.80

CMYK Percentages of Color #ed4cfe

%7
%70
%0
%0

Triadic Colors of #ed4cfe

#ed4cfe #feed4c #4cfeed

Analogous Colors of #ed4cfe

#ed4cfe #fe4cb6 #944cfe

Monochromatic Colors of #ed4cfe

#ed4cfe

Complementary Color

#ed4cfe #5dfe4c

#ed4cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4cfe Color CSS Codes

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

#ed4cfe Text Font Color

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

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


#ed4cfe Background Color

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

This div background color is #ed4cfe


#ed4cfe Border Color

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

This div border color is #ed4cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4cfe


Comments

No comments written yet.

Please login to write comment.