Color Hex Logo

#ef756f Color Hex

#EF756F
(239,117,111)
0 Favorites   0 Comments

Color spaces of #ef756f

RGB 239117111
HSL0.010.800.69
HSV54°94°
CMYK 0.000.510.54   0.06
XYZ44.827132.221018.8956
Yxy32.22100.46720.3358
Hunter Lab56.763541.628219.9979
CIE-Lab63.525146.417425.5553

#ef756f color RGB value is (239,117,111).

#ef756f hex color red value is 239, green value is 117 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ef756f hue: 0.01 , saturation: 0.80 and the lightness value of ef756f is 0.69.

The process color (four color CMYK) of #ef756f color hex is 0.00, 0.51, 0.54, 0.06. Web safe color of #ef756f is #ff6666. Color #ef756f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110101 01101111
Octal 357 165 157
Decimal 239 117 111
Hex EF 75 6F

RGB Percentages of Color #ef756f

%51.18
%25.05
%23.77

CMYK Percentages of Color #ef756f

%0
%51
%54
%6

Triadic Colors of #ef756f

#ef756f #6fef75 #756fef

Analogous Colors of #ef756f

#ef756f #efb56f #ef6fa9

Monochromatic Colors of #ef756f

#ef756f

Complementary Color

#ef756f #6fe9ef

#ef756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef756f Color CSS Codes

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

#ef756f Text Font Color

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

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


#ef756f Background Color

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

This div background color is #ef756f


#ef756f Border Color

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

This div border color is #ef756f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef756f


Comments

No comments written yet.

Please login to write comment.