Color Hex Logo

#8030bb Color Hex

#8030BB
(128,48,187)
0 Favorites   0 Comments

Color spaces of #8030bb

RGB 12848187
HSL0.760.590.46
HSV275°74°73°
CMYK 0.320.740.00   0.27
XYZ18.928710.291048.0024
Yxy10.29100.24510.1333
Hunter Lab32.079649.1854-66.2631
CIE-Lab38.359757.6783-58.4937

#8030bb color RGB value is (128,48,187).

#8030bb hex color red value is 128, green value is 48 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8030bb hue: 0.76 , saturation: 0.59 and the lightness value of 8030bb is 0.46.

The process color (four color CMYK) of #8030bb color hex is 0.32, 0.74, 0.00, 0.27. Web safe color of #8030bb is #9933cc. Color #8030bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110000 10111011
Octal 200 60 273
Decimal 128 48 187
Hex 80 30 BB

RGB Percentages of Color #8030bb

%35.26
%13.22
%51.52

CMYK Percentages of Color #8030bb

%32
%74
%0
%27

Triadic Colors of #8030bb

#8030bb #bb8030 #30bb80

Analogous Colors of #8030bb

#8030bb #bb30b1 #3b30bb

Monochromatic Colors of #8030bb

#8030bb

Complementary Color

#8030bb #6bbb30

#8030bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8030bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8030bb Color CSS Codes

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

#8030bb Text Font Color

<p style="color:#8030bb">Text here</p>

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


#8030bb Background Color

<div style="background-color:#8030bb">
Div content here</div>

This div background color is #8030bb


#8030bb Border Color

<div style="border:3px solid #8030bb">
Div here</div>

This div border color is #8030bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,48,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8030bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8030bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8030bb;
  box-shadow:         1px 1px 3px 2px #8030bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8030bb


Comments

No comments written yet.

Please login to write comment.