Color Hex Logo

#ed1797 Color Hex

#ED1797
(237,23,151)
0 Favorites   0 Comments

Color spaces of #ed1797

RGB 23723151
HSL0.900.860.51
HSV324°90°93°
CMYK 0.000.900.36   0.07
XYZ40.817420.851731.1516
Yxy20.85170.43970.2246
Hunter Lab45.663779.6445-8.4829
CIE-Lab52.786880.7346-13.1883

#ed1797 color RGB value is (237,23,151).

#ed1797 hex color red value is 237, green value is 23 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ed1797 hue: 0.90 , saturation: 0.86 and the lightness value of ed1797 is 0.51.

The process color (four color CMYK) of #ed1797 color hex is 0.00, 0.90, 0.36, 0.07. Web safe color of #ed1797 is #ff0099. Color #ed1797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 10010111
Octal 355 27 227
Decimal 237 23 151
Hex ED 17 97

RGB Percentages of Color #ed1797

%57.66
%5.60
%36.74

CMYK Percentages of Color #ed1797

%0
%90
%36
%7

Triadic Colors of #ed1797

#ed1797 #97ed17 #1797ed

Analogous Colors of #ed1797

#ed1797 #ed172c #d817ed

Monochromatic Colors of #ed1797

#ed1797

Complementary Color

#ed1797 #17ed6d

#ed1797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1797 Color CSS Codes

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

#ed1797 Text Font Color

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

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


#ed1797 Background Color

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

This div background color is #ed1797


#ed1797 Border Color

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

This div border color is #ed1797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1797


Comments

No comments written yet.

Please login to write comment.