Color Hex Logo

#ed799b Color Hex

#ED799B
(237,121,155)
0 Favorites   0 Comments

Color spaces of #ed799b

RGB 237121155
HSL0.950.760.70
HSV342°49°93°
CMYK 0.000.490.35   0.07
XYZ47.678834.045835.0689
Yxy34.04580.40820.2915
Hunter Lab58.348843.74815.2096
CIE-Lab64.998948.14882.5596

#ed799b color RGB value is (237,121,155).

#ed799b hex color red value is 237, green value is 121 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ed799b hue: 0.95 , saturation: 0.76 and the lightness value of ed799b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 10011011
Octal 355 171 233
Decimal 237 121 155
Hex ED 79 9B

RGB Percentages of Color #ed799b

%46.20
%23.59
%30.21

CMYK Percentages of Color #ed799b

%0
%49
%35
%7

Triadic Colors of #ed799b

#ed799b #9bed79 #799bed

Analogous Colors of #ed799b

#ed799b #ed9179 #ed79d5

Monochromatic Colors of #ed799b

#ed799b

Complementary Color

#ed799b #79edcb

#ed799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed799b Color CSS Codes

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

#ed799b Text Font Color

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

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


#ed799b Background Color

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

This div background color is #ed799b


#ed799b Border Color

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

This div border color is #ed799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed799b


Comments

No comments written yet.

Please login to write comment.