Color Hex Logo

#ed1baa Color Hex

#ED1BAA
(237,27,170)
0 Favorites   0 Comments

Color spaces of #ed1baa

RGB 23727170
HSL0.890.850.52
HSV319°89°93°
CMYK 0.000.890.28   0.07
XYZ42.572721.690739.9731
Yxy21.69070.40840.2081
Hunter Lab46.573381.6639-18.2864
CIE-Lab53.697382.1419-23.0398

#ed1baa color RGB value is (237,27,170).

#ed1baa hex color red value is 237, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed1baa hue: 0.89 , saturation: 0.85 and the lightness value of ed1baa is 0.52.

The process color (four color CMYK) of #ed1baa color hex is 0.00, 0.89, 0.28, 0.07. Web safe color of #ed1baa is #ff3399. Color #ed1baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011011 10101010
Octal 355 33 252
Decimal 237 27 170
Hex ED 1B AA

RGB Percentages of Color #ed1baa

%54.61
%6.22
%39.17

CMYK Percentages of Color #ed1baa

%0
%89
%28
%7

Triadic Colors of #ed1baa

#ed1baa #aaed1b #1baaed

Analogous Colors of #ed1baa

#ed1baa #ed1b41 #c71bed

Monochromatic Colors of #ed1baa

#ed1baa

Complementary Color

#ed1baa #1bed5e

#ed1baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1baa Color CSS Codes

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

#ed1baa Text Font Color

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

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


#ed1baa Background Color

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

This div background color is #ed1baa


#ed1baa Border Color

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

This div border color is #ed1baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1baa


Comments

No comments written yet.

Please login to write comment.