Color Hex Logo

#ef483e Color Hex

#EF483E
(239,72,62)
0 Favorites   0 Comments

Color spaces of #ef483e

RGB 2397262
HSL0.010.850.59
HSV74°94°
CMYK 0.000.700.74   0.06
XYZ38.783523.33337.0171
Yxy23.33330.56100.3375
Hunter Lab48.304658.783825.2003
CIE-Lab55.414063.037842.9421

#ef483e color RGB value is (239,72,62).

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

The process color (four color CMYK) of #ef483e color hex is 0.00, 0.70, 0.74, 0.06. Web safe color of #ef483e is #ff3333. Color #ef483e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 00111110
Octal 357 110 76
Decimal 239 72 62
Hex EF 48 3E

RGB Percentages of Color #ef483e

%64.08
%19.30
%16.62

CMYK Percentages of Color #ef483e

%0
%70
%74
%6

Triadic Colors of #ef483e

#ef483e #3eef48 #483eef

Analogous Colors of #ef483e

#ef483e #efa13e #ef3e8d

Monochromatic Colors of #ef483e

#ef483e

Complementary Color

#ef483e #3ee5ef

#ef483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef483e Color CSS Codes

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

#ef483e Text Font Color

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

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


#ef483e Background Color

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

This div background color is #ef483e


#ef483e Border Color

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

This div border color is #ef483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef483e


Comments

No comments written yet.

Please login to write comment.