color codes Logo

#ed56fb color codes

#ED56FB
(237,86,251)
0 Favorites   0 Comments

Color spaces of #ed56fb

RGB 23786251
HSL0.820.950.66
HSV295°66°98°
CMYK 0.060.660.00   0.02
XYZ55.665431.625194.4372
Yxy31.62510.30630.1740
Hunter Lab56.236278.2749-60.2001
CIE-Lab63.031877.6756-54.4706

#ed56fb color RGB value is (237,86,251).

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

The process color (four color CMYK) of #ed56fb color code is 0.06, 0.66, 0.00, 0.02. Web safe color of #ed56fb is #ff66ff. Color #ed56fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 11111011
Octal 355 126 373
Decimal 237 86 251
Hex ED 56 FB

RGB Percentages of Color #ed56fb

%41.29
%14.98
%43.73

CMYK Percentages of Color #ed56fb

%6
%66
%0
%2

Triadic Colors of #ed56fb

#ed56fb #fbed56 #56fbed

Analogous Colors of #ed56fb

#ed56fb #fb56b7 #9b56fb

Monochromatic Colors of #ed56fb

#ed56fb

Complementary Color

#ed56fb #64fb56

#ed56fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed56fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed56fb Color CSS Codes

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

#ed56fb Text Font Color

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

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


#ed56fb Background Color

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

This div background color is #ed56fb


#ed56fb Border Color

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

This div border color is #ed56fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed56fb

Related Colors


Comments

No comments written yet.

Please login to write comment.