Color Hex Logo

#ef532f Color Hex

#EF532F
(239,83,47)
0 Favorites   0 Comments

Color spaces of #ef532f

RGB 2398347
HSL0.030.860.56
HSV11°80°94°
CMYK 0.000.650.80   0.06
XYZ39.203024.74255.3989
Yxy24.74250.56530.3568
Hunter Lab49.741853.632928.3840
CIE-Lab56.823758.294052.0821

#ef532f color RGB value is (239,83,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010011 00101111
Octal 357 123 57
Decimal 239 83 47
Hex EF 53 2F

RGB Percentages of Color #ef532f

%64.77
%22.49
%12.74

CMYK Percentages of Color #ef532f

%0
%65
%80
%6

Triadic Colors of #ef532f

#ef532f #2fef53 #532fef

Analogous Colors of #ef532f

#ef532f #efb32f #ef2f6b

Monochromatic Colors of #ef532f

#ef532f

Complementary Color

#ef532f #2fcbef

#ef532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef532f Color CSS Codes

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

#ef532f Text Font Color

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

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


#ef532f Background Color

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

This div background color is #ef532f


#ef532f Border Color

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

This div border color is #ef532f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,83,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 #ef532f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef532f


Comments

No comments written yet.

Please login to write comment.