Color Hex Logo

#ed49fb Color Hex

#ED49FB
(237,73,251)
0 Favorites   0 Comments

Color spaces of #ed49fb

RGB 23773251
HSL0.820.960.64
HSV295°71°98°
CMYK 0.060.710.00   0.02
XYZ54.720229.734694.1221
Yxy29.73460.30640.1665
Hunter Lab54.529483.6979-64.1686
CIE-Lab61.424582.2222-57.0294

#ed49fb color RGB value is (237,73,251).

#ed49fb hex color red value is 237, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed49fb hue: 0.82 , saturation: 0.96 and the lightness value of ed49fb is 0.64.

The process color (four color CMYK) of #ed49fb color hex is 0.06, 0.71, 0.00, 0.02. Web safe color of #ed49fb is #ff33ff. Color #ed49fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 11111011
Octal 355 111 373
Decimal 237 73 251
Hex ED 49 FB

RGB Percentages of Color #ed49fb

%42.25
%13.01
%44.74

CMYK Percentages of Color #ed49fb

%6
%71
%0
%2

Triadic Colors of #ed49fb

#ed49fb #fbed49 #49fbed

Analogous Colors of #ed49fb

#ed49fb #fb49b0 #9449fb

Monochromatic Colors of #ed49fb

#ed49fb

Complementary Color

#ed49fb #57fb49

#ed49fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49fb Color CSS Codes

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

#ed49fb Text Font Color

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

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


#ed49fb Background Color

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

This div background color is #ed49fb


#ed49fb Border Color

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

This div border color is #ed49fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49fb

Related Colors


Comments

No comments written yet.

Please login to write comment.