Color Hex Logo

#ef775d Color Hex

#EF775D
(239,119,93)
0 Favorites   0 Comments

Color spaces of #ef775d

RGB 23911993
HSL0.030.820.65
HSV11°61°94°
CMYK 0.000.500.61   0.06
XYZ44.169232.334714.2692
Yxy32.33470.48660.3562
Hunter Lab56.863639.139824.9265
CIE-Lab63.618644.101335.6852

#ef775d color RGB value is (239,119,93).

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

The process color (four color CMYK) of #ef775d color hex is 0.00, 0.50, 0.61, 0.06. Web safe color of #ef775d is #ff6666. Color #ef775d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 01011101
Octal 357 167 135
Decimal 239 119 93
Hex EF 77 5D

RGB Percentages of Color #ef775d

%52.99
%26.39
%20.62

CMYK Percentages of Color #ef775d

%0
%50
%61
%6

Triadic Colors of #ef775d

#ef775d #5def77 #775def

Analogous Colors of #ef775d

#ef775d #efc05d #ef5d8c

Monochromatic Colors of #ef775d

#ef775d

Complementary Color

#ef775d #5dd5ef

#ef775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef775d Color CSS Codes

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

#ef775d Text Font Color

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

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


#ef775d Background Color

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

This div background color is #ef775d


#ef775d Border Color

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

This div border color is #ef775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef775d


Comments

No comments written yet.

Please login to write comment.