Color Hex Logo

#ef523f Color Hex

#EF523F
(239,82,63)
0 Favorites   0 Comments

Color spaces of #ef523f

RGB 2398263
HSL0.020.850.59
HSV74°94°
CMYK 0.000.660.74   0.06
XYZ39.511124.74427.3963
Yxy24.74420.55140.3453
Hunter Lab49.743554.730626.0047
CIE-Lab56.825359.259343.9563

#ef523f color RGB value is (239,82,63).

#ef523f hex color red value is 239, green value is 82 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ef523f hue: 0.02 , saturation: 0.85 and the lightness value of ef523f is 0.59.

The process color (four color CMYK) of #ef523f color hex is 0.00, 0.66, 0.74, 0.06. Web safe color of #ef523f is #ff6633. Color #ef523f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010010 00111111
Octal 357 122 77
Decimal 239 82 63
Hex EF 52 3F

RGB Percentages of Color #ef523f

%62.24
%21.35
%16.41

CMYK Percentages of Color #ef523f

%0
%66
%74
%6

Triadic Colors of #ef523f

#ef523f #3fef52 #523fef

Analogous Colors of #ef523f

#ef523f #efaa3f #ef3f84

Monochromatic Colors of #ef523f

#ef523f

Complementary Color

#ef523f #3fdcef

#ef523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef523f Color CSS Codes

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

#ef523f Text Font Color

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

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


#ef523f Background Color

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

This div background color is #ef523f


#ef523f Border Color

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

This div border color is #ef523f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef523f


Comments

No comments written yet.

Please login to write comment.