Color Hex Logo

#ed5abf Color Hex

#ED5ABF
(237,90,191)
0 Favorites   0 Comments

Color spaces of #ed5abf

RGB 23790191
HSL0.890.800.64
HSV319°62°93°
CMYK 0.000.620.19   0.07
XYZ47.985229.078452.3738
Yxy29.07840.37070.2247
Hunter Lab53.924464.4725-19.8380
CIE-Lab60.850866.8780-24.2031

#ed5abf color RGB value is (237,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 10111111
Octal 355 132 277
Decimal 237 90 191
Hex ED 5A BF

RGB Percentages of Color #ed5abf

%45.75
%17.37
%36.87

CMYK Percentages of Color #ed5abf

%0
%62
%19
%7

Triadic Colors of #ed5abf

#ed5abf #bfed5a #5abfed

Analogous Colors of #ed5abf

#ed5abf #ed5a76 #d25aed

Monochromatic Colors of #ed5abf

#ed5abf

Complementary Color

#ed5abf #5aed88

#ed5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5abf Color CSS Codes

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

#ed5abf Text Font Color

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

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


#ed5abf Background Color

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

This div background color is #ed5abf


#ed5abf Border Color

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

This div border color is #ed5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5abf


Comments

No comments written yet.

Please login to write comment.