Color Hex Logo

#8266cc Color Hex

#8266CC
(130,102,204)
0 Favorites   0 Comments

Color spaces of #8266cc

RGB 130102204
HSL0.710.500.60
HSV256°50°80°
CMYK 0.360.500.00   0.20
XYZ24.856418.608259.4084
Yxy18.60820.24160.1809
Hunter Lab43.137227.3646-51.4579
CIE-Lab50.225634.2893-49.2457

#8266cc color RGB value is (130,102,204).

#8266cc hex color red value is 130, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8266cc hue: 0.71 , saturation: 0.50 and the lightness value of 8266cc is 0.60.

The process color (four color CMYK) of #8266cc color hex is 0.36, 0.50, 0.00, 0.20. Web safe color of #8266cc is #9966cc. Color #8266cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100110 11001100
Octal 202 146 314
Decimal 130 102 204
Hex 82 66 CC

RGB Percentages of Color #8266cc

%29.82
%23.39
%46.79

CMYK Percentages of Color #8266cc

%36
%50
%0
%20

Triadic Colors of #8266cc

#8266cc #cc8266 #66cc82

Analogous Colors of #8266cc

#8266cc #b566cc #667dcc

Monochromatic Colors of #8266cc

#8266cc

Complementary Color

#8266cc #b0cc66

#8266cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8266cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8266cc Color CSS Codes

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

#8266cc Text Font Color

<p style="color:#8266cc">Text here</p>

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


#8266cc Background Color

<div style="background-color:#8266cc">
Div content here</div>

This div background color is #8266cc


#8266cc Border Color

<div style="border:3px solid #8266cc">
Div here</div>

This div border color is #8266cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,102,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8266cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8266cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8266cc;
  box-shadow:         1px 1px 3px 2px #8266cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,102,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 #8266cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8266cc


Comments

No comments written yet.

Please login to write comment.