Color Hex Logo

#ef302b Color Hex

#EF302B
(239,48,43)
0 Favorites   0 Comments

Color spaces of #ef302b

RGB 2394843
HSL0.000.860.55
HSV82°94°
CMYK 0.000.800.82   0.06
XYZ37.089620.63904.3144
Yxy20.63900.59780.3327
Hunter Lab45.430266.226226.1705
CIE-Lab52.552169.893850.0092

#ef302b color RGB value is (239,48,43).

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

The process color (four color CMYK) of #ef302b color hex is 0.00, 0.80, 0.82, 0.06. Web safe color of #ef302b is #ff3333. Color #ef302b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 00101011
Octal 357 60 53
Decimal 239 48 43
Hex EF 30 2B

RGB Percentages of Color #ef302b

%72.42
%14.55
%13.03

CMYK Percentages of Color #ef302b

%0
%80
%82
%6

Triadic Colors of #ef302b

#ef302b #2bef30 #302bef

Analogous Colors of #ef302b

#ef302b #ef922b #ef2b88

Monochromatic Colors of #ef302b

#ef302b

Complementary Color

#ef302b #2beaef

#ef302b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef302b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef302b Color CSS Codes

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

#ef302b Text Font Color

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

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


#ef302b Background Color

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

This div background color is #ef302b


#ef302b Border Color

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

This div border color is #ef302b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef302b


Comments

No comments written yet.

Please login to write comment.