Color Hex Logo

#ed8483 Color Hex

#ED8483
(237,132,131)
0 Favorites   0 Comments

Color spaces of #ed8483

RGB 237132131
HSL0.000.750.72
HSV45°93°
CMYK 0.000.440.45   0.07
XYZ47.273136.145725.9580
Yxy36.14570.43220.3305
Hunter Lab60.121335.141516.4858
CIE-Lab66.631139.983518.4545

#ed8483 color RGB value is (237,132,131).

#ed8483 hex color red value is 237, green value is 132 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ed8483 hue: 0.00 , saturation: 0.75 and the lightness value of ed8483 is 0.72.

The process color (four color CMYK) of #ed8483 color hex is 0.00, 0.44, 0.45, 0.07. Web safe color of #ed8483 is #ff9999. Color #ed8483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 10000011
Octal 355 204 203
Decimal 237 132 131
Hex ED 84 83

RGB Percentages of Color #ed8483

%47.40
%26.40
%26.20

CMYK Percentages of Color #ed8483

%0
%44
%45
%7

Triadic Colors of #ed8483

#ed8483 #83ed84 #8483ed

Analogous Colors of #ed8483

#ed8483 #edb983 #ed83b7

Monochromatic Colors of #ed8483

#ed8483

Complementary Color

#ed8483 #83eced

#ed8483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8483 Color CSS Codes

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

#ed8483 Text Font Color

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

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


#ed8483 Background Color

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

This div background color is #ed8483


#ed8483 Border Color

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

This div border color is #ed8483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8483


Comments

No comments written yet.

Please login to write comment.