Color Hex Logo

#ed9598 Color Hex

#ED9598
(237,149,152)
0 Favorites   0 Comments

Color spaces of #ed9598

RGB 237149152
HSL0.990.710.76
HSV358°37°93°
CMYK 0.000.370.36   0.07
XYZ51.340041.766435.0616
Yxy41.76640.40060.3259
Hunter Lab64.626928.704313.0727
CIE-Lab70.709633.453212.4151

#ed9598 color RGB value is (237,149,152).

#ed9598 hex color red value is 237, green value is 149 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ed9598 hue: 0.99 , saturation: 0.71 and the lightness value of ed9598 is 0.76.

The process color (four color CMYK) of #ed9598 color hex is 0.00, 0.37, 0.36, 0.07. Web safe color of #ed9598 is #ff9999. Color #ed9598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 10011000
Octal 355 225 230
Decimal 237 149 152
Hex ED 95 98

RGB Percentages of Color #ed9598

%44.05
%27.70
%28.25

CMYK Percentages of Color #ed9598

%0
%37
%36
%7

Triadic Colors of #ed9598

#ed9598 #98ed95 #9598ed

Analogous Colors of #ed9598

#ed9598 #edbe95 #ed95c4

Monochromatic Colors of #ed9598

#ed9598

Complementary Color

#ed9598 #95edea

#ed9598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9598 Color CSS Codes

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

#ed9598 Text Font Color

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

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


#ed9598 Background Color

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

This div background color is #ed9598


#ed9598 Border Color

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

This div border color is #ed9598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9598


Comments

No comments written yet.

Please login to write comment.