Color Hex Logo

#ef262d Color Hex

#EF262D
(239,38,45)
0 Favorites   0 Comments

Color spaces of #ef262d

RGB 2393845
HSL0.990.860.54
HSV358°84°94°
CMYK 0.000.840.81   0.06
XYZ36.763419.92644.3912
Yxy19.92640.60190.3262
Hunter Lab44.639068.889225.4149
CIE-Lab51.753972.260148.2307

#ef262d color RGB value is (239,38,45).

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

The process color (four color CMYK) of #ef262d color hex is 0.00, 0.84, 0.81, 0.06. Web safe color of #ef262d is #ff3333. Color #ef262d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 00101101
Octal 357 46 55
Decimal 239 38 45
Hex EF 26 2D

RGB Percentages of Color #ef262d

%74.22
%11.80
%13.98

CMYK Percentages of Color #ef262d

%0
%84
%81
%6

Triadic Colors of #ef262d

#ef262d #2def26 #262def

Analogous Colors of #ef262d

#ef262d #ef8426 #ef2692

Monochromatic Colors of #ef262d

#ef262d

Complementary Color

#ef262d #26efe8

#ef262d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef262d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef262d Color CSS Codes

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

#ef262d Text Font Color

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

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


#ef262d Background Color

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

This div background color is #ef262d


#ef262d Border Color

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

This div border color is #ef262d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef262d


Comments

No comments written yet.

Please login to write comment.