Color Hex Logo

#8300cb Color Hex

#8300CB
(131,0,203)
0 Favorites   0 Comments

Color spaces of #8300cb

RGB 1310203
HSL0.771.000.40
HSV279°100°80°
CMYK 0.351.000.00   0.20
XYZ20.13969.137157.2021
Yxy9.13710.23290.1057
Hunter Lab30.227666.0298-91.0397
CIE-Lab36.246972.8832-71.2982

#8300cb color RGB value is (131,0,203).

#8300cb hex color red value is 131, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8300cb hue: 0.77 , saturation: 1.00 and the lightness value of 8300cb is 0.40.

The process color (four color CMYK) of #8300cb color hex is 0.35, 1.00, 0.00, 0.20. Web safe color of #8300cb is #9900cc. Color #8300cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000000 11001011
Octal 203 0 313
Decimal 131 0 203
Hex 83 0 CB

RGB Percentages of Color #8300cb

%39.22
%0.00
%60.78

CMYK Percentages of Color #8300cb

%35
%100
%0
%20

Triadic Colors of #8300cb

#8300cb #cb8300 #00cb83

Analogous Colors of #8300cb

#8300cb #cb00ae #1e00cb

Monochromatic Colors of #8300cb

#8300cb

Complementary Color

#8300cb #48cb00

#8300cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8300cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8300cb Color CSS Codes

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

#8300cb Text Font Color

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

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


#8300cb Background Color

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

This div background color is #8300cb


#8300cb Border Color

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

This div border color is #8300cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,0,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8300cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8300cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8300cb;
  box-shadow:         1px 1px 3px 2px #8300cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,0,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8300cb


Comments

No comments written yet.

Please login to write comment.