Color Hex Logo

#ed91bf Color Hex

#ED91BF
(237,145,191)
0 Favorites   0 Comments

Color spaces of #ed91bf

RGB 237145191
HSL0.920.720.75
HSV330°39°93°
CMYK 0.000.390.19   0.07
XYZ54.454442.016954.5302
Yxy42.01690.36060.2783
Hunter Lab64.820436.5186-4.5034
CIE-Lab70.882640.7803-9.0287

#ed91bf color RGB value is (237,145,191).

#ed91bf hex color red value is 237, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ed91bf hue: 0.92 , saturation: 0.72 and the lightness value of ed91bf is 0.75.

The process color (four color CMYK) of #ed91bf color hex is 0.00, 0.39, 0.19, 0.07. Web safe color of #ed91bf is #ff99cc. Color #ed91bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 10111111
Octal 355 221 277
Decimal 237 145 191
Hex ED 91 BF

RGB Percentages of Color #ed91bf

%41.36
%25.31
%33.33

CMYK Percentages of Color #ed91bf

%0
%39
%19
%7

Triadic Colors of #ed91bf

#ed91bf #bfed91 #91bfed

Analogous Colors of #ed91bf

#ed91bf #ed9191 #ed91ed

Monochromatic Colors of #ed91bf

#ed91bf

Complementary Color

#ed91bf #91edbf

#ed91bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed91bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed91bf Color CSS Codes

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

#ed91bf Text Font Color

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

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


#ed91bf Background Color

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

This div background color is #ed91bf


#ed91bf Border Color

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

This div border color is #ed91bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed91bf


Comments

No comments written yet.

Please login to write comment.