Color Hex Logo

#ef102d Color Hex

#EF102D
(239,16,45)
0 Favorites   0 Comments

Color spaces of #ef102d

RGB 2391645
HSL0.980.870.50
HSV352°93°94°
CMYK 0.000.930.81   0.06
XYZ36.255518.91084.2219
Yxy18.91080.61050.3184
Hunter Lab43.486572.717124.6844
CIE-Lab50.582775.623047.1044

#ef102d color RGB value is (239,16,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 00101101
Octal 357 20 55
Decimal 239 16 45
Hex EF 10 2D

RGB Percentages of Color #ef102d

%79.67
%5.33
%15.00

CMYK Percentages of Color #ef102d

%0
%93
%81
%6

Triadic Colors of #ef102d

#ef102d #2def10 #102def

Analogous Colors of #ef102d

#ef102d #ef6210 #ef109d

Monochromatic Colors of #ef102d

#ef102d

Complementary Color

#ef102d #10efd2

#ef102d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef102d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef102d Color CSS Codes

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

#ef102d Text Font Color

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

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


#ef102d Background Color

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

This div background color is #ef102d


#ef102d Border Color

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

This div border color is #ef102d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef102d


Comments

No comments written yet.

Please login to write comment.