Color Hex Logo

#ed95bc Color Hex

#ED95BC
(237,149,188)
0 Favorites   0 Comments

Color spaces of #ed95bc

RGB 237149188
HSL0.930.710.76
HSV333°37°93°
CMYK 0.000.370.21   0.07
XYZ54.749643.130353.0163
Yxy43.13030.36280.2858
Hunter Lab65.673733.8797-1.8914
CIE-Lab71.643338.2502-6.2335

#ed95bc color RGB value is (237,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 10111100
Octal 355 225 274
Decimal 237 149 188
Hex ED 95 BC

RGB Percentages of Color #ed95bc

%41.29
%25.96
%32.75

CMYK Percentages of Color #ed95bc

%0
%37
%21
%7

Triadic Colors of #ed95bc

#ed95bc #bced95 #95bced

Analogous Colors of #ed95bc

#ed95bc #ed9a95 #ed95e8

Monochromatic Colors of #ed95bc

#ed95bc

Complementary Color

#ed95bc #95edc6

#ed95bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed95bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed95bc Color CSS Codes

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

#ed95bc Text Font Color

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

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


#ed95bc Background Color

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

This div background color is #ed95bc


#ed95bc Border Color

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

This div border color is #ed95bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed95bc


Comments

No comments written yet.

Please login to write comment.