Color Hex Logo

#ed3fde Color Hex

#ED3FDE
(237,63,222)
0 Favorites   0 Comments

Color spaces of #ed3fde

RGB 23763222
HSL0.850.830.59
HSV305°73°93°
CMYK 0.000.730.06   0.07
XYZ49.887426.833571.6573
Yxy26.83350.33620.1808
Hunter Lab51.801181.2539-45.7561
CIE-Lab58.819980.8245-44.9658

#ed3fde color RGB value is (237,63,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111111 11011110
Octal 355 77 336
Decimal 237 63 222
Hex ED 3F DE

RGB Percentages of Color #ed3fde

%45.40
%12.07
%42.53

CMYK Percentages of Color #ed3fde

%0
%73
%6
%7

Triadic Colors of #ed3fde

#ed3fde #deed3f #3fdeed

Analogous Colors of #ed3fde

#ed3fde #ed3f87 #a53fed

Monochromatic Colors of #ed3fde

#ed3fde

Complementary Color

#ed3fde #3fed4e

#ed3fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3fde Color CSS Codes

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

#ed3fde Text Font Color

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

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


#ed3fde Background Color

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

This div background color is #ed3fde


#ed3fde Border Color

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

This div border color is #ed3fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3fde


Comments

No comments written yet.

Please login to write comment.