Color Hex Logo

#ed3163 Color Hex

#ED3163
(237,49,99)
0 Favorites   0 Comments

Color spaces of #ed3163

RGB 2374999
HSL0.960.840.56
HSV344°79°93°
CMYK 0.000.790.58   0.07
XYZ38.275521.102013.8601
Yxy21.10200.52260.2881
Hunter Lab45.936968.340014.2668
CIE-Lab53.060971.553918.4627

#ed3163 color RGB value is (237,49,99).

#ed3163 hex color red value is 237, green value is 49 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ed3163 hue: 0.96 , saturation: 0.84 and the lightness value of ed3163 is 0.56.

The process color (four color CMYK) of #ed3163 color hex is 0.00, 0.79, 0.58, 0.07. Web safe color of #ed3163 is #ff3366. Color #ed3163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 01100011
Octal 355 61 143
Decimal 237 49 99
Hex ED 31 63

RGB Percentages of Color #ed3163

%61.56
%12.73
%25.71

CMYK Percentages of Color #ed3163

%0
%79
%58
%7

Triadic Colors of #ed3163

#ed3163 #63ed31 #3163ed

Analogous Colors of #ed3163

#ed3163 #ed5d31 #ed31c1

Monochromatic Colors of #ed3163

#ed3163

Complementary Color

#ed3163 #31edbb

#ed3163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3163 Color CSS Codes

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

#ed3163 Text Font Color

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

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


#ed3163 Background Color

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

This div background color is #ed3163


#ed3163 Border Color

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

This div border color is #ed3163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3163


Comments

No comments written yet.

Please login to write comment.