Color Hex Logo

#ef8119 Color Hex

#EF8119
(239,129,25)
0 Favorites   0 Comments

Color spaces of #ef8119

RGB 23912925
HSL0.080.870.52
HSV29°90°94°
CMYK 0.000.460.90   0.06
XYZ43.622334.12145.2066
Yxy34.12140.52590.4113
Hunter Lab58.413531.077335.6047
CIE-Lab65.058836.288267.1636

#ef8119 color RGB value is (239,129,25).

#ef8119 hex color red value is 239, green value is 129 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ef8119 hue: 0.08 , saturation: 0.87 and the lightness value of ef8119 is 0.52.

The process color (four color CMYK) of #ef8119 color hex is 0.00, 0.46, 0.90, 0.06. Web safe color of #ef8119 is #ff9900. Color #ef8119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 00011001
Octal 357 201 31
Decimal 239 129 25
Hex EF 81 19

RGB Percentages of Color #ef8119

%60.81
%32.82
%6.36

CMYK Percentages of Color #ef8119

%0
%46
%90
%6

Triadic Colors of #ef8119

#ef8119 #19ef81 #8119ef

Analogous Colors of #ef8119

#ef8119 #efec19 #ef191c

Monochromatic Colors of #ef8119

#ef8119

Complementary Color

#ef8119 #1987ef

#ef8119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8119 Color CSS Codes

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

#ef8119 Text Font Color

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

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


#ef8119 Background Color

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

This div background color is #ef8119


#ef8119 Border Color

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

This div border color is #ef8119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8119


Comments

No comments written yet.

Please login to write comment.