Color Hex Logo

#8b03cc Color Hex

#8B03CC
(139,3,204)
0 Favorites   0 Comments

Color spaces of #8b03cc

RGB 1393204
HSL0.780.970.41
HSV281°99°80°
CMYK 0.320.990.00   0.20
XYZ21.57919.913757.9029
Yxy9.91370.24140.1109
Hunter Lab31.486067.2353-86.9943
CIE-Lab37.687173.6148-69.4715

#8b03cc color RGB value is (139,3,204).

#8b03cc hex color red value is 139, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8b03cc hue: 0.78 , saturation: 0.97 and the lightness value of 8b03cc is 0.41.

The process color (four color CMYK) of #8b03cc color hex is 0.32, 0.99, 0.00, 0.20. Web safe color of #8b03cc is #9900cc. Color #8b03cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000011 11001100
Octal 213 3 314
Decimal 139 3 204
Hex 8B 3 CC

RGB Percentages of Color #8b03cc

%40.17
%0.87
%58.96

CMYK Percentages of Color #8b03cc

%32
%99
%0
%20

Triadic Colors of #8b03cc

#8b03cc #cc8b03 #03cc8b

Analogous Colors of #8b03cc

#8b03cc #cc03a9 #2703cc

Monochromatic Colors of #8b03cc

#8b03cc

Complementary Color

#8b03cc #44cc03

#8b03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b03cc Color CSS Codes

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

#8b03cc Text Font Color

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

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


#8b03cc Background Color

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

This div background color is #8b03cc


#8b03cc Border Color

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

This div border color is #8b03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b03cc


Comments

No comments written yet.

Please login to write comment.