Color Hex Logo

#ef512b Color Hex

#EF512B
(239,81,43)
0 Favorites   0 Comments

Color spaces of #ef512b

RGB 2398143
HSL0.030.860.55
HSV12°82°94°
CMYK 0.000.660.82   0.06
XYZ38.975124.41004.9429
Yxy24.41000.57040.3572
Hunter Lab49.406554.351328.6528
CIE-Lab56.496058.983853.6469

#ef512b color RGB value is (239,81,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 00101011
Octal 357 121 53
Decimal 239 81 43
Hex EF 51 2B

RGB Percentages of Color #ef512b

%65.84
%22.31
%11.85

CMYK Percentages of Color #ef512b

%0
%66
%82
%6

Triadic Colors of #ef512b

#ef512b #2bef51 #512bef

Analogous Colors of #ef512b

#ef512b #efb32b #ef2b67

Monochromatic Colors of #ef512b

#ef512b

Complementary Color

#ef512b #2bc9ef

#ef512b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef512b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef512b Color CSS Codes

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

#ef512b Text Font Color

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

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


#ef512b Background Color

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

This div background color is #ef512b


#ef512b Border Color

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

This div border color is #ef512b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef512b


Comments

No comments written yet.

Please login to write comment.