Color Hex Logo

#ed277e Color Hex

#ED277E
(237,39,126)
0 Favorites   0 Comments

Color spaces of #ed277e

RGB 23739126
HSL0.930.850.54
HSV334°84°93°
CMYK 0.000.840.47   0.07
XYZ39.416520.961921.7072
Yxy20.96190.48020.2554
Hunter Lab45.784273.55193.9383
CIE-Lab52.907875.84731.9702

#ed277e color RGB value is (237,39,126).

#ed277e hex color red value is 237, green value is 39 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed277e hue: 0.93 , saturation: 0.85 and the lightness value of ed277e is 0.54.

The process color (four color CMYK) of #ed277e color hex is 0.00, 0.84, 0.47, 0.07. Web safe color of #ed277e is #ff3366. Color #ed277e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 01111110
Octal 355 47 176
Decimal 237 39 126
Hex ED 27 7E

RGB Percentages of Color #ed277e

%58.96
%9.70
%31.34

CMYK Percentages of Color #ed277e

%0
%84
%47
%7

Triadic Colors of #ed277e

#ed277e #7eed27 #277eed

Analogous Colors of #ed277e

#ed277e #ed3327 #ed27e1

Monochromatic Colors of #ed277e

#ed277e

Complementary Color

#ed277e #27ed96

#ed277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed277e Color CSS Codes

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

#ed277e Text Font Color

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

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


#ed277e Background Color

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

This div background color is #ed277e


#ed277e Border Color

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

This div border color is #ed277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed277e


Comments

No comments written yet.

Please login to write comment.