Color Hex Logo

#ed5bfb Color Hex

#ED5BFB
(237,91,251)
0 Favorites   0 Comments

Color spaces of #ed5bfb

RGB 23791251
HSL0.820.950.67
HSV295°64°98°
CMYK 0.060.640.00   0.02
XYZ56.078732.451794.5749
Yxy32.45170.30630.1772
Hunter Lab56.966476.0273-58.5560
CIE-Lab63.714575.7659-53.3863

#ed5bfb color RGB value is (237,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011011 11111011
Octal 355 133 373
Decimal 237 91 251
Hex ED 5B FB

RGB Percentages of Color #ed5bfb

%40.93
%15.72
%43.35

CMYK Percentages of Color #ed5bfb

%6
%64
%0
%2

Triadic Colors of #ed5bfb

#ed5bfb #fbed5b #5bfbed

Analogous Colors of #ed5bfb

#ed5bfb #fb5bb9 #9d5bfb

Monochromatic Colors of #ed5bfb

#ed5bfb

Complementary Color

#ed5bfb #69fb5b

#ed5bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5bfb Color CSS Codes

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

#ed5bfb Text Font Color

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

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


#ed5bfb Background Color

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

This div background color is #ed5bfb


#ed5bfb Border Color

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

This div border color is #ed5bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5bfb


Comments

No comments written yet.

Please login to write comment.