Color Hex Logo

#ef272b Color Hex

#EF272B
(239,39,43)
0 Favorites   0 Comments

Color spaces of #ef272b

RGB 2393943
HSL1.000.860.55
HSV359°84°94°
CMYK 0.000.840.82   0.06
XYZ36.758219.97624.2039
Yxy19.97620.60320.3278
Hunter Lab44.694768.587625.7096
CIE-Lab51.810371.999849.3173

#ef272b color RGB value is (239,39,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 00101011
Octal 357 47 53
Decimal 239 39 43
Hex EF 27 2B

RGB Percentages of Color #ef272b

%74.45
%12.15
%13.40

CMYK Percentages of Color #ef272b

%0
%84
%82
%6

Triadic Colors of #ef272b

#ef272b #2bef27 #272bef

Analogous Colors of #ef272b

#ef272b #ef8727 #ef278f

Monochromatic Colors of #ef272b

#ef272b

Complementary Color

#ef272b #27efeb

#ef272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef272b Color CSS Codes

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

#ef272b Text Font Color

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

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


#ef272b Background Color

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

This div background color is #ef272b


#ef272b Border Color

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

This div border color is #ef272b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef272b


Comments

No comments written yet.

Please login to write comment.