Color Hex Logo

#ef687a Color Hex

#EF687A
(239,104,122)
0 Favorites   0 Comments

Color spaces of #ef687a

RGB 239104122
HSL0.980.810.67
HSV352°56°94°
CMYK 0.000.560.49   0.06
XYZ44.059829.656521.8144
Yxy29.65650.46120.3104
Hunter Lab54.457849.116714.3704
CIE-Lab61.356753.530716.3453

#ef687a color RGB value is (239,104,122).

#ef687a hex color red value is 239, green value is 104 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ef687a hue: 0.98 , saturation: 0.81 and the lightness value of ef687a is 0.67.

The process color (four color CMYK) of #ef687a color hex is 0.00, 0.56, 0.49, 0.06. Web safe color of #ef687a is #ff6666. Color #ef687a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 01111010
Octal 357 150 172
Decimal 239 104 122
Hex EF 68 7A

RGB Percentages of Color #ef687a

%51.40
%22.37
%26.24

CMYK Percentages of Color #ef687a

%0
%56
%49
%6

Triadic Colors of #ef687a

#ef687a #7aef68 #687aef

Analogous Colors of #ef687a

#ef687a #ef9a68 #ef68be

Monochromatic Colors of #ef687a

#ef687a

Complementary Color

#ef687a #68efdd

#ef687a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef687a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef687a Color CSS Codes

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

#ef687a Text Font Color

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

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


#ef687a Background Color

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

This div background color is #ef687a


#ef687a Border Color

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

This div border color is #ef687a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,104,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef687a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef687a;
  -webkit-box-shadow: 1px 1px 3px 2px #ef687a;
  box-shadow:         1px 1px 3px 2px #ef687a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,104,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef687a


Comments

No comments written yet.

Please login to write comment.