Color Hex Logo

#ed94bb Color Hex

#ED94BB
(237,148,187)
0 Favorites   0 Comments

Color spaces of #ed94bb

RGB 237148187
HSL0.930.710.75
HSV334°38°93°
CMYK 0.000.380.21   0.07
XYZ54.484642.772252.3979
Yxy42.77220.36410.2858
Hunter Lab65.400534.2561-1.7220
CIE-Lab71.400138.6264-6.0387

#ed94bb color RGB value is (237,148,187).

#ed94bb hex color red value is 237, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ed94bb hue: 0.93 , saturation: 0.71 and the lightness value of ed94bb is 0.75.

The process color (four color CMYK) of #ed94bb color hex is 0.00, 0.38, 0.21, 0.07. Web safe color of #ed94bb is #ff99cc. Color #ed94bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 10111011
Octal 355 224 273
Decimal 237 148 187
Hex ED 94 BB

RGB Percentages of Color #ed94bb

%41.43
%25.87
%32.69

CMYK Percentages of Color #ed94bb

%0
%38
%21
%7

Triadic Colors of #ed94bb

#ed94bb #bbed94 #94bbed

Analogous Colors of #ed94bb

#ed94bb #ed9a94 #ed94e8

Monochromatic Colors of #ed94bb

#ed94bb

Complementary Color

#ed94bb #94edc6

#ed94bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed94bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed94bb Color CSS Codes

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

#ed94bb Text Font Color

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

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


#ed94bb Background Color

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

This div background color is #ed94bb


#ed94bb Border Color

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

This div border color is #ed94bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed94bb


Comments

No comments written yet.

Please login to write comment.