Color Hex Logo

#ed4cbe Color Hex

#ED4CBE
(237,76,190)
0 Favorites   0 Comments

Color spaces of #ed4cbe

RGB 23776190
HSL0.880.820.61
HSV318°68°93°
CMYK 0.000.680.20   0.07
XYZ46.803826.891151.4389
Yxy26.89110.37400.2149
Hunter Lab51.856670.3581-22.5128
CIE-Lab58.873472.1066-26.6744

#ed4cbe color RGB value is (237,76,190).

#ed4cbe hex color red value is 237, green value is 76 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ed4cbe hue: 0.88 , saturation: 0.82 and the lightness value of ed4cbe is 0.61.

The process color (four color CMYK) of #ed4cbe color hex is 0.00, 0.68, 0.20, 0.07. Web safe color of #ed4cbe is #ff33cc. Color #ed4cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001100 10111110
Octal 355 114 276
Decimal 237 76 190
Hex ED 4C BE

RGB Percentages of Color #ed4cbe

%47.12
%15.11
%37.77

CMYK Percentages of Color #ed4cbe

%0
%68
%20
%7

Triadic Colors of #ed4cbe

#ed4cbe #beed4c #4cbeed

Analogous Colors of #ed4cbe

#ed4cbe #ed4c6e #cc4ced

Monochromatic Colors of #ed4cbe

#ed4cbe

Complementary Color

#ed4cbe #4ced7b

#ed4cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4cbe Color CSS Codes

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

#ed4cbe Text Font Color

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

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


#ed4cbe Background Color

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

This div background color is #ed4cbe


#ed4cbe Border Color

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

This div border color is #ed4cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4cbe


Comments

No comments written yet.

Please login to write comment.