Color Hex Logo

#ed7cbd Color Hex

#ED7CBD
(237,124,189)
0 Favorites   0 Comments

Color spaces of #ed7cbd

RGB 237124189
HSL0.900.760.71
HSV325°48°93°
CMYK 0.000.480.20   0.07
XYZ51.318036.094052.4062
Yxy36.09400.36700.2581
Hunter Lab60.078347.3351-9.6638
CIE-Lab66.591751.1445-14.3373

#ed7cbd color RGB value is (237,124,189).

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

The process color (four color CMYK) of #ed7cbd color hex is 0.00, 0.48, 0.20, 0.07. Web safe color of #ed7cbd is #ff66cc. Color #ed7cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 10111101
Octal 355 174 275
Decimal 237 124 189
Hex ED 7C BD

RGB Percentages of Color #ed7cbd

%43.09
%22.55
%34.36

CMYK Percentages of Color #ed7cbd

%0
%48
%20
%7

Triadic Colors of #ed7cbd

#ed7cbd #bded7c #7cbded

Analogous Colors of #ed7cbd

#ed7cbd #ed7c85 #e57ced

Monochromatic Colors of #ed7cbd

#ed7cbd

Complementary Color

#ed7cbd #7cedac

#ed7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cbd Color CSS Codes

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

#ed7cbd Text Font Color

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

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


#ed7cbd Background Color

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

This div background color is #ed7cbd


#ed7cbd Border Color

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

This div border color is #ed7cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cbd


Comments

No comments written yet.

Please login to write comment.