Color Hex Logo

#ed3fab Color Hex

#ED3FAB
(237,63,171)
0 Favorites   0 Comments

Color spaces of #ed3fab

RGB 23763171
HSL0.900.830.59
HSV323°73°93°
CMYK 0.000.730.28   0.07
XYZ44.053224.499840.9351
Yxy24.49980.40240.2238
Hunter Lab49.497372.2470-14.3858
CIE-Lab56.584874.0800-19.2011

#ed3fab color RGB value is (237,63,171).

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

The process color (four color CMYK) of #ed3fab color hex is 0.00, 0.73, 0.28, 0.07. Web safe color of #ed3fab is #ff3399. Color #ed3fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111111 10101011
Octal 355 77 253
Decimal 237 63 171
Hex ED 3F AB

RGB Percentages of Color #ed3fab

%50.32
%13.38
%36.31

CMYK Percentages of Color #ed3fab

%0
%73
%28
%7

Triadic Colors of #ed3fab

#ed3fab #abed3f #3fabed

Analogous Colors of #ed3fab

#ed3fab #ed3f54 #d83fed

Monochromatic Colors of #ed3fab

#ed3fab

Complementary Color

#ed3fab #3fed81

#ed3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3fab Color CSS Codes

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

#ed3fab Text Font Color

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

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


#ed3fab Background Color

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

This div background color is #ed3fab


#ed3fab Border Color

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

This div border color is #ed3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3fab


Comments

No comments written yet.

Please login to write comment.