Color Hex Logo

#ed3fdf Color Hex

#ED3FDF
(237,63,223)
0 Favorites   0 Comments

Color spaces of #ed3fdf

RGB 23763223
HSL0.850.830.59
HSV305°73°93°
CMYK 0.000.730.06   0.07
XYZ50.021826.887372.3654
Yxy26.88730.33510.1801
Hunter Lab51.853081.4537-46.4474
CIE-Lab58.869980.9710-45.4508

#ed3fdf color RGB value is (237,63,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111111 11011111
Octal 355 77 337
Decimal 237 63 223
Hex ED 3F DF

RGB Percentages of Color #ed3fdf

%45.32
%12.05
%42.64

CMYK Percentages of Color #ed3fdf

%0
%73
%6
%7

Triadic Colors of #ed3fdf

#ed3fdf #dfed3f #3fdfed

Analogous Colors of #ed3fdf

#ed3fdf #ed3f88 #a43fed

Monochromatic Colors of #ed3fdf

#ed3fdf

Complementary Color

#ed3fdf #3fed4d

#ed3fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3fdf Color CSS Codes

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

#ed3fdf Text Font Color

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

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


#ed3fdf Background Color

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

This div background color is #ed3fdf


#ed3fdf Border Color

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

This div border color is #ed3fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3fdf


Comments

No comments written yet.

Please login to write comment.