Color Hex Logo

#ed939b Color Hex

#ED939B
(237,147,155)
0 Favorites   0 Comments

Color spaces of #ed939b

RGB 237147155
HSL0.990.710.75
HSV355°38°93°
CMYK 0.000.380.35   0.07
XYZ51.275241.238536.2677
Yxy41.23850.39820.3202
Hunter Lab64.217230.145911.4671
CIE-Lab70.342734.863110.2284

#ed939b color RGB value is (237,147,155).

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

The process color (four color CMYK) of #ed939b color hex is 0.00, 0.38, 0.35, 0.07. Web safe color of #ed939b is #ff9999. Color #ed939b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 10011011
Octal 355 223 233
Decimal 237 147 155
Hex ED 93 9B

RGB Percentages of Color #ed939b

%43.97
%27.27
%28.76

CMYK Percentages of Color #ed939b

%0
%38
%35
%7

Triadic Colors of #ed939b

#ed939b #9bed93 #939bed

Analogous Colors of #ed939b

#ed939b #edb893 #ed93c8

Monochromatic Colors of #ed939b

#ed939b

Complementary Color

#ed939b #93ede5

#ed939b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed939b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed939b Color CSS Codes

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

#ed939b Text Font Color

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

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


#ed939b Background Color

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

This div background color is #ed939b


#ed939b Border Color

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

This div border color is #ed939b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed939b


Comments

No comments written yet.

Please login to write comment.