Color Hex Logo

#ed667e Color Hex

#ED667E
(237,102,126)
0 Favorites   0 Comments

Color spaces of #ed667e

RGB 237102126
HSL0.970.790.66
HSV349°57°93°
CMYK 0.000.570.47   0.07
XYZ43.442329.013623.0492
Yxy29.01360.45490.3038
Hunter Lab53.864349.700312.3341
CIE-Lab60.793654.141413.2067

#ed667e color RGB value is (237,102,126).

#ed667e hex color red value is 237, green value is 102 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed667e hue: 0.97 , saturation: 0.79 and the lightness value of ed667e is 0.66.

The process color (four color CMYK) of #ed667e color hex is 0.00, 0.57, 0.47, 0.07. Web safe color of #ed667e is #ff6666. Color #ed667e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 01111110
Octal 355 146 176
Decimal 237 102 126
Hex ED 66 7E

RGB Percentages of Color #ed667e

%50.97
%21.94
%27.10

CMYK Percentages of Color #ed667e

%0
%57
%47
%7

Triadic Colors of #ed667e

#ed667e #7eed66 #667eed

Analogous Colors of #ed667e

#ed667e #ed9266 #ed66c2

Monochromatic Colors of #ed667e

#ed667e

Complementary Color

#ed667e #66edd5

#ed667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed667e Color CSS Codes

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

#ed667e Text Font Color

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

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


#ed667e Background Color

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

This div background color is #ed667e


#ed667e Border Color

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

This div border color is #ed667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed667e


Comments

No comments written yet.

Please login to write comment.