Color Hex Logo

#ed14fe Color Hex

#ED14FE
(237,20,254)
0 Favorites   0 Comments

Color spaces of #ed14fe

RGB 23720254
HSL0.820.990.54
HSV296°92°100°
CMYK 0.070.920.00   0.00
XYZ53.064625.660695.9221
Yxy25.66060.30380.1469
Hunter Lab50.656398.3378-76.8114
CIE-Lab57.713593.9802-64.6346

#ed14fe color RGB value is (237,20,254).

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

The process color (four color CMYK) of #ed14fe color hex is 0.07, 0.92, 0.00, 0.00. Web safe color of #ed14fe is #ff00ff. Color #ed14fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010100 11111110
Octal 355 24 376
Decimal 237 20 254
Hex ED 14 FE

RGB Percentages of Color #ed14fe

%46.38
%3.91
%49.71

CMYK Percentages of Color #ed14fe

%7
%92
%0
%0

Triadic Colors of #ed14fe

#ed14fe #feed14 #14feed

Analogous Colors of #ed14fe

#ed14fe #fe149a #7814fe

Monochromatic Colors of #ed14fe

#ed14fe

Complementary Color

#ed14fe #25fe14

#ed14fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed14fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed14fe Color CSS Codes

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

#ed14fe Text Font Color

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

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


#ed14fe Background Color

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

This div background color is #ed14fe


#ed14fe Border Color

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

This div border color is #ed14fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed14fe

Related Colors


Comments

No comments written yet.

Please login to write comment.