Color Hex Logo

#8260bc Color Hex

#8260BC
(130,96,188)
0 Favorites   0 Comments

Color spaces of #8260bc

RGB 13096188
HSL0.730.410.56
HSV262°49°74°
CMYK 0.310.490.00   0.26
XYZ22.465916.742449.6245
Yxy16.74240.25290.1885
Hunter Lab40.917526.4005-43.2644
CIE-Lab47.933833.5703-43.6823

#8260bc color RGB value is (130,96,188).

#8260bc hex color red value is 130, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8260bc hue: 0.73 , saturation: 0.41 and the lightness value of 8260bc is 0.56.

The process color (four color CMYK) of #8260bc color hex is 0.31, 0.49, 0.00, 0.26. Web safe color of #8260bc is #9966cc. Color #8260bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100000 10111100
Octal 202 140 274
Decimal 130 96 188
Hex 82 60 BC

RGB Percentages of Color #8260bc

%31.40
%23.19
%45.41

CMYK Percentages of Color #8260bc

%31
%49
%0
%26

Triadic Colors of #8260bc

#8260bc #bc8260 #60bc82

Analogous Colors of #8260bc

#8260bc #b060bc #606cbc

Monochromatic Colors of #8260bc

#8260bc

Complementary Color

#8260bc #9abc60

#8260bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8260bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8260bc Color CSS Codes

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

#8260bc Text Font Color

<p style="color:#8260bc">Text here</p>

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


#8260bc Background Color

<div style="background-color:#8260bc">
Div content here</div>

This div background color is #8260bc


#8260bc Border Color

<div style="border:3px solid #8260bc">
Div here</div>

This div border color is #8260bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,96,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8260bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8260bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8260bc;
  box-shadow:         1px 1px 3px 2px #8260bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,96,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8260bc


Comments

No comments written yet.

Please login to write comment.