Color Hex Logo

#ef332d Color Hex

#EF332D
(239,51,45)
0 Favorites   0 Comments

Color spaces of #ef332d

RGB 2395145
HSL0.010.860.56
HSV81°94°
CMYK 0.000.790.81   0.06
XYZ37.254120.90784.5547
Yxy20.90780.59400.3334
Hunter Lab45.725065.412526.1016
CIE-Lab52.848469.155949.2770

#ef332d color RGB value is (239,51,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 00101101
Octal 357 63 55
Decimal 239 51 45
Hex EF 33 2D

RGB Percentages of Color #ef332d

%71.34
%15.22
%13.43

CMYK Percentages of Color #ef332d

%0
%79
%81
%6

Triadic Colors of #ef332d

#ef332d #2def33 #332def

Analogous Colors of #ef332d

#ef332d #ef942d #ef2d88

Monochromatic Colors of #ef332d

#ef332d

Complementary Color

#ef332d #2de9ef

#ef332d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef332d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef332d Color CSS Codes

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

#ef332d Text Font Color

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

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


#ef332d Background Color

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

This div background color is #ef332d


#ef332d Border Color

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

This div border color is #ef332d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef332d


Comments

No comments written yet.

Please login to write comment.