Color Hex Logo

#ed91fb Color Hex

#ED91FB
(237,145,251)
0 Favorites   0 Comments

Color spaces of #ed91fb

RGB 237145251
HSL0.810.930.78
HSV292°42°98°
CMYK 0.060.420.00   0.02
XYZ62.463045.220496.7030
Yxy45.22040.30560.2212
Hunter Lab67.246148.1229-38.1895
CIE-Lab73.036850.9293-38.7340

#ed91fb color RGB value is (237,145,251).

#ed91fb hex color red value is 237, green value is 145 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed91fb hue: 0.81 , saturation: 0.93 and the lightness value of ed91fb is 0.78.

The process color (four color CMYK) of #ed91fb color hex is 0.06, 0.42, 0.00, 0.02. Web safe color of #ed91fb is #ff99ff. Color #ed91fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 11111011
Octal 355 221 373
Decimal 237 145 251
Hex ED 91 FB

RGB Percentages of Color #ed91fb

%37.44
%22.91
%39.65

CMYK Percentages of Color #ed91fb

%6
%42
%0
%2

Triadic Colors of #ed91fb

#ed91fb #fbed91 #91fbed

Analogous Colors of #ed91fb

#ed91fb #fb91d4 #b891fb

Monochromatic Colors of #ed91fb

#ed91fb

Complementary Color

#ed91fb #9ffb91

#ed91fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed91fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed91fb Color CSS Codes

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

#ed91fb Text Font Color

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

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


#ed91fb Background Color

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

This div background color is #ed91fb


#ed91fb Border Color

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

This div border color is #ed91fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed91fb


Comments

No comments written yet.

Please login to write comment.