Color Hex Logo

#6600ba Color Hex

#6600BA
(102,0,186)
0 Favorites   0 Comments

Color spaces of #6600ba

RGB 1020186
HSL0.761.000.36
HSV273°100°73°
CMYK 0.451.000.00   0.27
XYZ14.34246.370046.9280
Yxy6.37000.21200.0942
Hunter Lab25.238957.2676-92.5740
CIE-Lab30.327466.5067-71.1984

#6600ba color RGB value is (102,0,186).

#6600ba hex color red value is 102, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6600ba hue: 0.76 , saturation: 1.00 and the lightness value of 6600ba is 0.36.

The process color (four color CMYK) of #6600ba color hex is 0.45, 1.00, 0.00, 0.27. Web safe color of #6600ba is #6600cc. Color #6600ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 10111010
Octal 146 0 272
Decimal 102 0 186
Hex 66 0 BA

RGB Percentages of Color #6600ba

%35.42
%0.00
%64.58

CMYK Percentages of Color #6600ba

%45
%100
%0
%27

Triadic Colors of #6600ba

#6600ba #ba6600 #00ba66

Analogous Colors of #6600ba

#6600ba #ba00b1 #0900ba

Monochromatic Colors of #6600ba

#6600ba

Complementary Color

#6600ba #54ba00

#6600ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6600ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6600ba Color CSS Codes

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

#6600ba Text Font Color

<p style="color:#6600ba">Text here</p>

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


#6600ba Background Color

<div style="background-color:#6600ba">
Div content here</div>

This div background color is #6600ba


#6600ba Border Color

<div style="border:3px solid #6600ba">
Div here</div>

This div border color is #6600ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,0,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6600ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6600ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6600ba;
  box-shadow:         1px 1px 3px 2px #6600ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6600ba


Comments

No comments written yet.

Please login to write comment.