Color Hex Logo

#ed377b Color Hex

#ED377B
(237,55,123)
0 Favorites   0 Comments

Color spaces of #ed377b

RGB 23755123
HSL0.940.830.57
HSV338°77°93°
CMYK 0.000.770.48   0.07
XYZ39.866422.167020.9164
Yxy22.16700.48060.2672
Hunter Lab47.081868.75116.6173
CIE-Lab54.203771.67445.6410

#ed377b color RGB value is (237,55,123).

#ed377b hex color red value is 237, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ed377b hue: 0.94 , saturation: 0.83 and the lightness value of ed377b is 0.57.

The process color (four color CMYK) of #ed377b color hex is 0.00, 0.77, 0.48, 0.07. Web safe color of #ed377b is #ff3366. Color #ed377b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110111 01111011
Octal 355 67 173
Decimal 237 55 123
Hex ED 37 7B

RGB Percentages of Color #ed377b

%57.11
%13.25
%29.64

CMYK Percentages of Color #ed377b

%0
%77
%48
%7

Triadic Colors of #ed377b

#ed377b #7bed37 #377bed

Analogous Colors of #ed377b

#ed377b #ed4e37 #ed37d6

Monochromatic Colors of #ed377b

#ed377b

Complementary Color

#ed377b #37eda9

#ed377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed377b Color CSS Codes

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

#ed377b Text Font Color

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

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


#ed377b Background Color

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

This div background color is #ed377b


#ed377b Border Color

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

This div border color is #ed377b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed377b


Comments

No comments written yet.

Please login to write comment.