Color Hex Logo

#ed1763 Color Hex

#ED1763
(237,23,99)
0 Favorites   0 Comments

Color spaces of #ed1763

RGB 2372399
HSL0.940.860.51
HSV339°90°93°
CMYK 0.000.900.58   0.07
XYZ37.483619.518213.5962
Yxy19.51820.53090.2765
Hunter Lab44.179474.132712.6791
CIE-Lab51.288076.631616.0486

#ed1763 color RGB value is (237,23,99).

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

The process color (four color CMYK) of #ed1763 color hex is 0.00, 0.90, 0.58, 0.07. Web safe color of #ed1763 is #ff0066. Color #ed1763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 01100011
Octal 355 27 143
Decimal 237 23 99
Hex ED 17 63

RGB Percentages of Color #ed1763

%66.02
%6.41
%27.58

CMYK Percentages of Color #ed1763

%0
%90
%58
%7

Triadic Colors of #ed1763

#ed1763 #63ed17 #1763ed

Analogous Colors of #ed1763

#ed1763 #ed3617 #ed17ce

Monochromatic Colors of #ed1763

#ed1763

Complementary Color

#ed1763 #17eda1

#ed1763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1763 Color CSS Codes

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

#ed1763 Text Font Color

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

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


#ed1763 Background Color

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

This div background color is #ed1763


#ed1763 Border Color

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

This div border color is #ed1763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1763


Comments

No comments written yet.

Please login to write comment.