Color Hex Logo

#ed807b Color Hex

#ED807B
(237,128,123)
0 Favorites   0 Comments

Color spaces of #ed807b

RGB 237128123
HSL0.010.760.71
HSV48°93°
CMYK 0.000.460.48   0.07
XYZ46.219434.872923.0340
Yxy34.87290.44390.3349
Hunter Lab59.053336.363918.2110
CIE-Lab65.649641.248621.6053

#ed807b color RGB value is (237,128,123).

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

The process color (four color CMYK) of #ed807b color hex is 0.00, 0.46, 0.48, 0.07. Web safe color of #ed807b is #ff9966. Color #ed807b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000000 01111011
Octal 355 200 173
Decimal 237 128 123
Hex ED 80 7B

RGB Percentages of Color #ed807b

%48.57
%26.23
%25.20

CMYK Percentages of Color #ed807b

%0
%46
%48
%7

Triadic Colors of #ed807b

#ed807b #7bed80 #807bed

Analogous Colors of #ed807b

#ed807b #edb97b #ed7baf

Monochromatic Colors of #ed807b

#ed807b

Complementary Color

#ed807b #7be8ed

#ed807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed807b Color CSS Codes

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

#ed807b Text Font Color

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

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


#ed807b Background Color

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

This div background color is #ed807b


#ed807b Border Color

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

This div border color is #ed807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed807b


Comments

No comments written yet.

Please login to write comment.