Color Hex Logo

#ed319b Color Hex

#ED319B
(237,49,155)
0 Favorites   0 Comments

Color spaces of #ed319b

RGB 23749155
HSL0.910.840.56
HSV326°79°93°
CMYK 0.000.790.35   0.07
XYZ41.939822.567733.1559
Yxy22.56770.42940.2311
Hunter Lab47.505574.4526-8.1269
CIE-Lab54.624276.2412-12.7882

#ed319b color RGB value is (237,49,155).

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

The process color (four color CMYK) of #ed319b color hex is 0.00, 0.79, 0.35, 0.07. Web safe color of #ed319b is #ff3399. Color #ed319b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 10011011
Octal 355 61 233
Decimal 237 49 155
Hex ED 31 9B

RGB Percentages of Color #ed319b

%53.74
%11.11
%35.15

CMYK Percentages of Color #ed319b

%0
%79
%35
%7

Triadic Colors of #ed319b

#ed319b #9bed31 #319bed

Analogous Colors of #ed319b

#ed319b #ed313d #e131ed

Monochromatic Colors of #ed319b

#ed319b

Complementary Color

#ed319b #31ed83

#ed319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed319b Color CSS Codes

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

#ed319b Text Font Color

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

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


#ed319b Background Color

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

This div background color is #ed319b


#ed319b Border Color

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

This div border color is #ed319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed319b


Comments

No comments written yet.

Please login to write comment.