Color Hex Logo

#ed7fbe Color Hex

#ED7FBE
(237,127,190)
0 Favorites   0 Comments

Color spaces of #ed7fbe

RGB 237127190
HSL0.900.750.71
HSV326°46°93°
CMYK 0.000.460.20   0.07
XYZ51.808736.901053.1072
Yxy36.90100.36530.2602
Hunter Lab60.746245.9317-9.3118
CIE-Lab67.202749.8044-13.9796

#ed7fbe color RGB value is (237,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111111 10111110
Octal 355 177 276
Decimal 237 127 190
Hex ED 7F BE

RGB Percentages of Color #ed7fbe

%42.78
%22.92
%34.30

CMYK Percentages of Color #ed7fbe

%0
%46
%20
%7

Triadic Colors of #ed7fbe

#ed7fbe #beed7f #7fbeed

Analogous Colors of #ed7fbe

#ed7fbe #ed7f87 #e57fed

Monochromatic Colors of #ed7fbe

#ed7fbe

Complementary Color

#ed7fbe #7fedae

#ed7fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7fbe Color CSS Codes

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

#ed7fbe Text Font Color

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

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


#ed7fbe Background Color

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

This div background color is #ed7fbe


#ed7fbe Border Color

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

This div border color is #ed7fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7fbe


Comments

No comments written yet.

Please login to write comment.