Color Hex Logo

#ed848f Color Hex

#ED848F
(237,132,143)
0 Favorites   0 Comments

Color spaces of #ed848f

RGB 237132143
HSL0.980.740.72
HSV354°44°93°
CMYK 0.000.440.40   0.07
XYZ48.134236.490230.4930
Yxy36.49020.41810.3170
Hunter Lab60.407136.521712.3559
CIE-Lab66.892841.246412.0677

#ed848f color RGB value is (237,132,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 10001111
Octal 355 204 217
Decimal 237 132 143
Hex ED 84 8F

RGB Percentages of Color #ed848f

%46.29
%25.78
%27.93

CMYK Percentages of Color #ed848f

%0
%44
%40
%7

Triadic Colors of #ed848f

#ed848f #8fed84 #848fed

Analogous Colors of #ed848f

#ed848f #edae84 #ed84c4

Monochromatic Colors of #ed848f

#ed848f

Complementary Color

#ed848f #84ede2

#ed848f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed848f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed848f Color CSS Codes

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

#ed848f Text Font Color

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

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


#ed848f Background Color

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

This div background color is #ed848f


#ed848f Border Color

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

This div border color is #ed848f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed848f

#ed848f Color Palettes


Comments

No comments written yet.

Please login to write comment.