color codes Logo

#ed5eb1 color codes

#ED5EB1
(237,94,177)
0 Favorites   0 Comments

Color spaces of #ed5eb1

RGB 23794177
HSL0.900.800.65
HSV325°60°93°
CMYK 0.000.600.25   0.07
XYZ46.863629.184344.7581
Yxy29.18430.38790.2416
Hunter Lab54.022560.3064-11.3065
CIE-Lab60.943963.3499-16.0459

#ed5eb1 color RGB value is (237,94,177).

#ed5eb1 hex color red value is 237, green value is 94 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ed5eb1 hue: 0.90 , saturation: 0.80 and the lightness value of ed5eb1 is 0.65.

The process color (four color CMYK) of #ed5eb1 color code is 0.00, 0.60, 0.25, 0.07. Web safe color of #ed5eb1 is #ff6699. Color #ed5eb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 10110001
Octal 355 136 261
Decimal 237 94 177
Hex ED 5E B1

RGB Percentages of Color #ed5eb1

%46.65
%18.50
%34.84

CMYK Percentages of Color #ed5eb1

%0
%60
%25
%7

Triadic Colors of #ed5eb1

#ed5eb1 #b1ed5e #5eb1ed

Analogous Colors of #ed5eb1

#ed5eb1 #ed5e6a #e25eed

Monochromatic Colors of #ed5eb1

#ed5eb1

Complementary Color

#ed5eb1 #5eed9a

#ed5eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5eb1 Color CSS Codes

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

#ed5eb1 Text Font Color

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

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


#ed5eb1 Background Color

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

This div background color is #ed5eb1


#ed5eb1 Border Color

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

This div border color is #ed5eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5eb1


Comments

No comments written yet.

Please login to write comment.