Color Hex Logo

#8330be Color Hex

#8330BE
(131,48,190)
0 Favorites   0 Comments

Color spaces of #8330be

RGB 13148190
HSL0.760.600.47
HSV275°75°75°
CMYK 0.310.750.00   0.25
XYZ19.711310.656949.7333
Yxy10.65690.24610.1330
Hunter Lab32.644950.6514-67.4747
CIE-Lab38.996558.9034-59.2039

#8330be color RGB value is (131,48,190).

#8330be hex color red value is 131, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8330be hue: 0.76 , saturation: 0.60 and the lightness value of 8330be is 0.47.

The process color (four color CMYK) of #8330be color hex is 0.31, 0.75, 0.00, 0.25. Web safe color of #8330be is #9933cc. Color #8330be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110000 10111110
Octal 203 60 276
Decimal 131 48 190
Hex 83 30 BE

RGB Percentages of Color #8330be

%35.50
%13.01
%51.49

CMYK Percentages of Color #8330be

%31
%75
%0
%25

Triadic Colors of #8330be

#8330be #be8330 #30be83

Analogous Colors of #8330be

#8330be #be30b2 #3c30be

Monochromatic Colors of #8330be

#8330be

Complementary Color

#8330be #6bbe30

#8330be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8330be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8330be Color CSS Codes

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

#8330be Text Font Color

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

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


#8330be Background Color

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

This div background color is #8330be


#8330be Border Color

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

This div border color is #8330be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,48,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8330be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8330be;
  -webkit-box-shadow: 1px 1px 3px 2px #8330be;
  box-shadow:         1px 1px 3px 2px #8330be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8330be


Comments

No comments written yet.

Please login to write comment.