Color Hex Logo

#ed6671 Color Hex

#ED6671
(237,102,113)
0 Favorites   0 Comments

Color spaces of #ed6671

RGB 237102113
HSL0.990.790.66
HSV355°57°93°
CMYK 0.000.570.52   0.07
XYZ42.657128.699518.9141
Yxy28.69950.47250.3179
Hunter Lab53.571948.381316.5674
CIE-Lab60.515553.005720.3299

#ed6671 color RGB value is (237,102,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 01110001
Octal 355 146 161
Decimal 237 102 113
Hex ED 66 71

RGB Percentages of Color #ed6671

%52.43
%22.57
%25.00

CMYK Percentages of Color #ed6671

%0
%57
%52
%7

Triadic Colors of #ed6671

#ed6671 #71ed66 #6671ed

Analogous Colors of #ed6671

#ed6671 #ed9f66 #ed66b5

Monochromatic Colors of #ed6671

#ed6671

Complementary Color

#ed6671 #66ede2

#ed6671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6671 Color CSS Codes

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

#ed6671 Text Font Color

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

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


#ed6671 Background Color

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

This div background color is #ed6671


#ed6671 Border Color

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

This div border color is #ed6671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6671


Comments

No comments written yet.

Please login to write comment.