Color Hex Logo

#ed7fae Color Hex

#ED7FAE
(237,127,174)
0 Favorites   0 Comments

Color spaces of #ed7fae

RGB 237127174
HSL0.930.750.71
HSV334°46°93°
CMYK 0.000.460.27   0.07
XYZ50.154436.239344.3958
Yxy36.23930.38350.2771
Hunter Lab60.199143.3675-1.5860
CIE-Lab66.702447.5666-5.7152

#ed7fae color RGB value is (237,127,174).

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

The process color (four color CMYK) of #ed7fae color hex is 0.00, 0.46, 0.27, 0.07. Web safe color of #ed7fae is #ff6699. Color #ed7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111111 10101110
Octal 355 177 256
Decimal 237 127 174
Hex ED 7F AE

RGB Percentages of Color #ed7fae

%44.05
%23.61
%32.34

CMYK Percentages of Color #ed7fae

%0
%46
%27
%7

Triadic Colors of #ed7fae

#ed7fae #aeed7f #7faeed

Analogous Colors of #ed7fae

#ed7fae #ed877f #ed7fe5

Monochromatic Colors of #ed7fae

#ed7fae

Complementary Color

#ed7fae #7fedbe

#ed7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7fae Color CSS Codes

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

#ed7fae Text Font Color

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

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


#ed7fae Background Color

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

This div background color is #ed7fae


#ed7fae Border Color

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

This div border color is #ed7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7fae


Comments

No comments written yet.

Please login to write comment.