Color Hex Logo

#ed5ebf Color Hex

#ED5EBF
(237,94,191)
0 Favorites   0 Comments

Color spaces of #ed5ebf

RGB 23794191
HSL0.890.800.65
HSV319°60°93°
CMYK 0.000.600.19   0.07
XYZ48.331729.771552.4893
Yxy29.77150.37010.2280
Hunter Lab54.563362.6281-18.8421
CIE-Lab61.456665.2228-23.2738

#ed5ebf color RGB value is (237,94,191).

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

The process color (four color CMYK) of #ed5ebf color hex is 0.00, 0.60, 0.19, 0.07. Web safe color of #ed5ebf is #ff66cc. Color #ed5ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 10111111
Octal 355 136 277
Decimal 237 94 191
Hex ED 5E BF

RGB Percentages of Color #ed5ebf

%45.40
%18.01
%36.59

CMYK Percentages of Color #ed5ebf

%0
%60
%19
%7

Triadic Colors of #ed5ebf

#ed5ebf #bfed5e #5ebfed

Analogous Colors of #ed5ebf

#ed5ebf #ed5e78 #d45eed

Monochromatic Colors of #ed5ebf

#ed5ebf

Complementary Color

#ed5ebf #5eed8c

#ed5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5ebf Color CSS Codes

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

#ed5ebf Text Font Color

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

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


#ed5ebf Background Color

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

This div background color is #ed5ebf


#ed5ebf Border Color

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

This div border color is #ed5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5ebf


Comments

No comments written yet.

Please login to write comment.