Color Hex Logo

#ed667f Color Hex

#ED667F
(237,102,127)
0 Favorites   0 Comments

Color spaces of #ed667f

RGB 237102127
HSL0.970.790.66
HSV349°57°93°
CMYK 0.000.570.46   0.07
XYZ43.507229.039623.3908
Yxy29.03960.45350.3027
Hunter Lab53.888449.808611.9865
CIE-Lab60.816654.234312.6603

#ed667f color RGB value is (237,102,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 01111111
Octal 355 146 177
Decimal 237 102 127
Hex ED 66 7F

RGB Percentages of Color #ed667f

%50.86
%21.89
%27.25

CMYK Percentages of Color #ed667f

%0
%57
%46
%7

Triadic Colors of #ed667f

#ed667f #7fed66 #667fed

Analogous Colors of #ed667f

#ed667f #ed9166 #ed66c3

Monochromatic Colors of #ed667f

#ed667f

Complementary Color

#ed667f #66edd4

#ed667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed667f Color CSS Codes

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

#ed667f Text Font Color

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

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


#ed667f Background Color

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

This div background color is #ed667f


#ed667f Border Color

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

This div border color is #ed667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed667f


Comments

No comments written yet.

Please login to write comment.