Color Hex Logo

#8e0f33 Color Hex

#8E0F33
(142,15,51)
0 Favorites   0 Comments

Color spaces of #8e0f33

RGB 1421551
HSL0.950.810.31
HSV343°89°56°
CMYK 0.000.890.64   0.44
XYZ11.92376.33143.7256
Yxy6.33140.54250.2880
Hunter Lab25.162340.55228.8349
CIE-Lab30.233651.017214.7836

#8e0f33 color RGB value is (142,15,51).

#8e0f33 hex color red value is 142, green value is 15 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #8e0f33 hue: 0.95 , saturation: 0.81 and the lightness value of 8e0f33 is 0.31.

The process color (four color CMYK) of #8e0f33 color hex is 0.00, 0.89, 0.64, 0.44. Web safe color of #8e0f33 is #990033. Color #8e0f33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00001111 00110011
Octal 216 17 63
Decimal 142 15 51
Hex 8E F 33

RGB Percentages of Color #8e0f33

%68.27
%7.21
%24.52

CMYK Percentages of Color #8e0f33

%0
%89
%64
%44

Triadic Colors of #8e0f33

#8e0f33 #338e0f #0f338e

Analogous Colors of #8e0f33

#8e0f33 #8e2b0f #8e0f73

Monochromatic Colors of #8e0f33

#8e0f33

Complementary Color

#8e0f33 #0f8e6a

#8e0f33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e0f33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e0f33 Color CSS Codes

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

#8e0f33 Text Font Color

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

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


#8e0f33 Background Color

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

This div background color is #8e0f33


#8e0f33 Border Color

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

This div border color is #8e0f33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,15,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e0f33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e0f33;
  -webkit-box-shadow: 1px 1px 3px 2px #8e0f33;
  box-shadow:         1px 1px 3px 2px #8e0f33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,15,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8e0f33">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e0f33


Comments

No comments written yet.

Please login to write comment.