Color Hex Logo

#ed699b Color Hex

#ED699B
(237,105,155)
0 Favorites   0 Comments

Color spaces of #ed699b

RGB 237105155
HSL0.940.790.67
HSV337°56°93°
CMYK 0.000.560.35   0.07
XYZ45.893030.474234.4736
Yxy30.47420.41400.2749
Hunter Lab55.203451.78871.6168
CIE-Lab62.061255.7879-1.7252

#ed699b color RGB value is (237,105,155).

#ed699b hex color red value is 237, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ed699b hue: 0.94 , saturation: 0.79 and the lightness value of ed699b is 0.67.

The process color (four color CMYK) of #ed699b color hex is 0.00, 0.56, 0.35, 0.07. Web safe color of #ed699b is #ff6699. Color #ed699b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 10011011
Octal 355 151 233
Decimal 237 105 155
Hex ED 69 9B

RGB Percentages of Color #ed699b

%47.69
%21.13
%31.19

CMYK Percentages of Color #ed699b

%0
%56
%35
%7

Triadic Colors of #ed699b

#ed699b #9bed69 #699bed

Analogous Colors of #ed699b

#ed699b #ed7969 #ed69dd

Monochromatic Colors of #ed699b

#ed699b

Complementary Color

#ed699b #69edbb

#ed699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed699b Color CSS Codes

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

#ed699b Text Font Color

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

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


#ed699b Background Color

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

This div background color is #ed699b


#ed699b Border Color

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

This div border color is #ed699b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,105,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 #ed699b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed699b


Comments

No comments written yet.

Please login to write comment.