Color Hex Logo

#ef012d Color Hex

#EF012D
(239,1,45)
0 Favorites   0 Comments

Color spaces of #ef012d

RGB 239145
HSL0.970.990.47
HSV349°100°94°
CMYK 0.001.000.81   0.06
XYZ36.081118.56194.1637
Yxy18.56190.61360.3156
Hunter Lab43.083574.092024.4285
CIE-Lab50.170776.816646.7065

#ef012d color RGB value is (239,1,45).

#ef012d hex color red value is 239, green value is 1 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ef012d hue: 0.97 , saturation: 0.99 and the lightness value of ef012d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000001 00101101
Octal 357 1 55
Decimal 239 1 45
Hex EF 1 2D

RGB Percentages of Color #ef012d

%83.86
%0.35
%15.79

CMYK Percentages of Color #ef012d

%0
%100
%81
%6

Triadic Colors of #ef012d

#ef012d #2def01 #012def

Analogous Colors of #ef012d

#ef012d #ef4c01 #ef01a4

Monochromatic Colors of #ef012d

#ef012d

Complementary Color

#ef012d #01efc3

#ef012d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef012d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef012d Color CSS Codes

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

#ef012d Text Font Color

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

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


#ef012d Background Color

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

This div background color is #ef012d


#ef012d Border Color

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

This div border color is #ef012d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef012d


Comments

No comments written yet.

Please login to write comment.