Color Hex Logo

#ed678b Color Hex

#ED678B
(237,103,139)
0 Favorites   0 Comments

Color spaces of #ed678b

RGB 237103139
HSL0.960.790.67
HSV344°57°93°
CMYK 0.000.570.41   0.07
XYZ44.435529.569127.7915
Yxy29.56910.43650.2905
Hunter Lab54.377550.70387.7620
CIE-Lab61.280654.95536.3759

#ed678b color RGB value is (237,103,139).

#ed678b hex color red value is 237, green value is 103 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ed678b hue: 0.96 , saturation: 0.79 and the lightness value of ed678b is 0.67.

The process color (four color CMYK) of #ed678b color hex is 0.00, 0.57, 0.41, 0.07. Web safe color of #ed678b is #ff6699. Color #ed678b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 10001011
Octal 355 147 213
Decimal 237 103 139
Hex ED 67 8B

RGB Percentages of Color #ed678b

%49.48
%21.50
%29.02

CMYK Percentages of Color #ed678b

%0
%57
%41
%7

Triadic Colors of #ed678b

#ed678b #8bed67 #678bed

Analogous Colors of #ed678b

#ed678b #ed8667 #ed67ce

Monochromatic Colors of #ed678b

#ed678b

Complementary Color

#ed678b #67edc9

#ed678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed678b Color CSS Codes

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

#ed678b Text Font Color

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

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


#ed678b Background Color

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

This div background color is #ed678b


#ed678b Border Color

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

This div border color is #ed678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed678b


Comments

No comments written yet.

Please login to write comment.