Color Hex Logo

#ef765f Color Hex

#EF765F
(239,118,95)
0 Favorites   0 Comments

Color spaces of #ef765f

RGB 23911895
HSL0.030.820.65
HSV10°60°94°
CMYK 0.000.510.60   0.06
XYZ44.140632.133814.7025
Yxy32.13380.48520.3532
Hunter Lab56.686739.792124.3030
CIE-Lab63.453344.729934.3823

#ef765f color RGB value is (239,118,95).

#ef765f hex color red value is 239, green value is 118 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ef765f hue: 0.03 , saturation: 0.82 and the lightness value of ef765f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110110 01011111
Octal 357 166 137
Decimal 239 118 95
Hex EF 76 5F

RGB Percentages of Color #ef765f

%52.88
%26.11
%21.02

CMYK Percentages of Color #ef765f

%0
%51
%60
%6

Triadic Colors of #ef765f

#ef765f #5fef76 #765fef

Analogous Colors of #ef765f

#ef765f #efbe5f #ef5f90

Monochromatic Colors of #ef765f

#ef765f

Complementary Color

#ef765f #5fd8ef

#ef765f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef765f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef765f Color CSS Codes

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

#ef765f Text Font Color

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

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


#ef765f Background Color

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

This div background color is #ef765f


#ef765f Border Color

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

This div border color is #ef765f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef765f


Comments

No comments written yet.

Please login to write comment.