Color Hex Logo

#ed8276 Color Hex

#ED8276
(237,130,118)
0 Favorites   0 Comments

Color spaces of #ed8276

RGB 237130118
HSL0.020.770.70
HSV50°93°
CMYK 0.000.450.50   0.07
XYZ46.177735.277821.5150
Yxy35.27780.44850.3426
Hunter Lab59.395134.836320.0997
CIE-Lab65.964439.773524.8274

#ed8276 color RGB value is (237,130,118).

#ed8276 hex color red value is 237, green value is 130 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ed8276 hue: 0.02 , saturation: 0.77 and the lightness value of ed8276 is 0.70.

The process color (four color CMYK) of #ed8276 color hex is 0.00, 0.45, 0.50, 0.07. Web safe color of #ed8276 is #ff9966. Color #ed8276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 01110110
Octal 355 202 166
Decimal 237 130 118
Hex ED 82 76

RGB Percentages of Color #ed8276

%48.87
%26.80
%24.33

CMYK Percentages of Color #ed8276

%0
%45
%50
%7

Triadic Colors of #ed8276

#ed8276 #76ed82 #8276ed

Analogous Colors of #ed8276

#ed8276 #edbe76 #ed76a6

Monochromatic Colors of #ed8276

#ed8276

Complementary Color

#ed8276 #76e1ed

#ed8276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8276 Color CSS Codes

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

#ed8276 Text Font Color

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

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


#ed8276 Background Color

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

This div background color is #ed8276


#ed8276 Border Color

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

This div border color is #ed8276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8276


Comments

No comments written yet.

Please login to write comment.