Color Hex Logo

#8b2364 Color Hex

#8B2364
(139,35,100)
0 Favorites   0 Comments

Color spaces of #8b2364

RGB 13935100
HSL0.900.600.34
HSV323°75°55°
CMYK 0.000.750.28   0.45
XYZ13.54877.611112.8116
Yxy7.61110.39880.2240
Hunter Lab27.588239.3828-8.2217
CIE-Lab33.159549.2957-13.2464

#8b2364 color RGB value is (139,35,100).

#8b2364 hex color red value is 139, green value is 35 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8b2364 hue: 0.90 , saturation: 0.60 and the lightness value of 8b2364 is 0.34.

The process color (four color CMYK) of #8b2364 color hex is 0.00, 0.75, 0.28, 0.45. Web safe color of #8b2364 is #993366. Color #8b2364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00100011 01100100
Octal 213 43 144
Decimal 139 35 100
Hex 8B 23 64

RGB Percentages of Color #8b2364

%50.73
%12.77
%36.50

CMYK Percentages of Color #8b2364

%0
%75
%28
%45

Triadic Colors of #8b2364

#8b2364 #648b23 #23648b

Analogous Colors of #8b2364

#8b2364 #8b2330 #7e238b

Monochromatic Colors of #8b2364

#8b2364

Complementary Color

#8b2364 #238b4a

#8b2364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b2364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b2364 Color CSS Codes

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

#8b2364 Text Font Color

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

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


#8b2364 Background Color

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

This div background color is #8b2364


#8b2364 Border Color

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

This div border color is #8b2364


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,35,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b2364; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b2364;
  -webkit-box-shadow: 1px 1px 3px 2px #8b2364;
  box-shadow:         1px 1px 3px 2px #8b2364; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,35,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b2364


Comments

No comments written yet.

Please login to write comment.