Color Hex Logo

#ed2fde Color Hex

#ED2FDE
(237,47,222)
0 Favorites   0 Comments

Color spaces of #ed2fde

RGB 23747222
HSL0.850.840.56
HSV305°80°93°
CMYK 0.000.800.06   0.07
XYZ49.126425.311571.4036
Yxy25.31150.33680.1736
Hunter Lab50.310586.2553-48.9304
CIE-Lab57.377784.9797-47.2468

#ed2fde color RGB value is (237,47,222).

#ed2fde hex color red value is 237, green value is 47 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ed2fde hue: 0.85 , saturation: 0.84 and the lightness value of ed2fde is 0.56.

The process color (four color CMYK) of #ed2fde color hex is 0.00, 0.80, 0.06, 0.07. Web safe color of #ed2fde is #ff33cc. Color #ed2fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101111 11011110
Octal 355 57 336
Decimal 237 47 222
Hex ED 2F DE

RGB Percentages of Color #ed2fde

%46.84
%9.29
%43.87

CMYK Percentages of Color #ed2fde

%0
%80
%6
%7

Triadic Colors of #ed2fde

#ed2fde #deed2f #2fdeed

Analogous Colors of #ed2fde

#ed2fde #ed2f7f #9d2fed

Monochromatic Colors of #ed2fde

#ed2fde

Complementary Color

#ed2fde #2fed3e

#ed2fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2fde Color CSS Codes

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

#ed2fde Text Font Color

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

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


#ed2fde Background Color

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

This div background color is #ed2fde


#ed2fde Border Color

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

This div border color is #ed2fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2fde


Comments

No comments written yet.

Please login to write comment.