Color Hex Logo

#ed4efb Color Hex

#ED4EFB
(237,78,251)
0 Favorites   0 Comments

Color spaces of #ed4efb

RGB 23778251
HSL0.820.960.65
HSV295°69°98°
CMYK 0.060.690.00   0.02
XYZ55.062030.418394.2360
Yxy30.41830.30640.1693
Hunter Lab55.152881.6888-62.6980
CIE-Lab62.013580.5480-56.0908

#ed4efb color RGB value is (237,78,251).

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

The process color (four color CMYK) of #ed4efb color hex is 0.06, 0.69, 0.00, 0.02. Web safe color of #ed4efb is #ff66ff. Color #ed4efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001110 11111011
Octal 355 116 373
Decimal 237 78 251
Hex ED 4E FB

RGB Percentages of Color #ed4efb

%41.87
%13.78
%44.35

CMYK Percentages of Color #ed4efb

%6
%69
%0
%2

Triadic Colors of #ed4efb

#ed4efb #fbed4e #4efbed

Analogous Colors of #ed4efb

#ed4efb #fb4eb3 #974efb

Monochromatic Colors of #ed4efb

#ed4efb

Complementary Color

#ed4efb #5cfb4e

#ed4efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4efb Color CSS Codes

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

#ed4efb Text Font Color

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

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


#ed4efb Background Color

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

This div background color is #ed4efb


#ed4efb Border Color

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

This div border color is #ed4efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4efb


Comments

No comments written yet.

Please login to write comment.