Color Hex Logo

#ed7277 Color Hex

#ED7277
(237,114,119)
0 Favorites   0 Comments

Color spaces of #ed7277

RGB 237114119
HSL0.990.770.69
HSV358°52°93°
CMYK 0.000.520.50   0.07
XYZ44.272131.371121.1746
Yxy31.37110.45730.3240
Hunter Lab56.009943.075016.7923
CIE-Lab62.819747.845320.0231

#ed7277 color RGB value is (237,114,119).

#ed7277 hex color red value is 237, green value is 114 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ed7277 hue: 0.99 , saturation: 0.77 and the lightness value of ed7277 is 0.69.

The process color (four color CMYK) of #ed7277 color hex is 0.00, 0.52, 0.50, 0.07. Web safe color of #ed7277 is #ff6666. Color #ed7277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110010 01110111
Octal 355 162 167
Decimal 237 114 119
Hex ED 72 77

RGB Percentages of Color #ed7277

%50.43
%24.26
%25.32

CMYK Percentages of Color #ed7277

%0
%52
%50
%7

Triadic Colors of #ed7277

#ed7277 #77ed72 #7277ed

Analogous Colors of #ed7277

#ed7277 #edab72 #ed72b5

Monochromatic Colors of #ed7277

#ed7277

Complementary Color

#ed7277 #72ede8

#ed7277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7277 Color CSS Codes

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

#ed7277 Text Font Color

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

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


#ed7277 Background Color

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

This div background color is #ed7277


#ed7277 Border Color

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

This div border color is #ed7277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7277


Comments

No comments written yet.

Please login to write comment.