Color Hex Logo

#ef752f Color Hex

#EF752F
(239,117,47)
1 Favorites   0 Comments

Color spaces of #ef752f

RGB 23911747
HSL0.060.860.56
HSV22°80°94°
CMYK 0.000.510.80   0.06
XYZ42.471031.27856.4882
Yxy31.27850.52930.3898
Hunter Lab55.927237.680032.2707
CIE-Lab62.742042.851057.6441

#ef752f color RGB value is (239,117,47).

#ef752f hex color red value is 239, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef752f hue: 0.06 , saturation: 0.86 and the lightness value of ef752f is 0.56.

The process color (four color CMYK) of #ef752f color hex is 0.00, 0.51, 0.80, 0.06. Web safe color of #ef752f is #ff6633. Color #ef752f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110101 00101111
Octal 357 165 57
Decimal 239 117 47
Hex EF 75 2F

RGB Percentages of Color #ef752f

%59.31
%29.03
%11.66

CMYK Percentages of Color #ef752f

%0
%51
%80
%6

Triadic Colors of #ef752f

#ef752f #2fef75 #752fef

Analogous Colors of #ef752f

#ef752f #efd52f #ef2f49

Monochromatic Colors of #ef752f

#ef752f

Complementary Color

#ef752f #2fa9ef

#ef752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef752f Color CSS Codes

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

#ef752f Text Font Color

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

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


#ef752f Background Color

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

This div background color is #ef752f


#ef752f Border Color

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

This div border color is #ef752f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef752f


Comments

No comments written yet.

Please login to write comment.