Color Hex Logo

#ef132d Color Hex

#EF132D
(239,19,45)
0 Favorites   0 Comments

Color spaces of #ef132d

RGB 2391945
HSL0.980.870.51
HSV353°92°94°
CMYK 0.000.920.81   0.06
XYZ36.303119.00594.2377
Yxy19.00590.60970.3192
Hunter Lab43.595872.348124.7538
CIE-Lab50.694175.301347.2122

#ef132d color RGB value is (239,19,45).

#ef132d hex color red value is 239, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ef132d hue: 0.98 , saturation: 0.87 and the lightness value of ef132d is 0.51.

The process color (four color CMYK) of #ef132d color hex is 0.00, 0.92, 0.81, 0.06. Web safe color of #ef132d is #ff0033. Color #ef132d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 00101101
Octal 357 23 55
Decimal 239 19 45
Hex EF 13 2D

RGB Percentages of Color #ef132d

%78.88
%6.27
%14.85

CMYK Percentages of Color #ef132d

%0
%92
%81
%6

Triadic Colors of #ef132d

#ef132d #2def13 #132def

Analogous Colors of #ef132d

#ef132d #ef6713 #ef139b

Monochromatic Colors of #ef132d

#ef132d

Complementary Color

#ef132d #13efd5

#ef132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef132d Color CSS Codes

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

#ef132d Text Font Color

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

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


#ef132d Background Color

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

This div background color is #ef132d


#ef132d Border Color

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

This div border color is #ef132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef132d


Comments

No comments written yet.

Please login to write comment.