Color Hex Logo

#6601ba Color Hex

#6601BA
(102,1,186)
0 Favorites   0 Comments

Color spaces of #6601ba

RGB 1021186
HSL0.760.990.37
HSV273°99°73°
CMYK 0.450.990.00   0.27
XYZ14.35336.391746.9316
Yxy6.39170.21210.0944
Hunter Lab25.281857.0970-92.3650
CIE-Lab30.379966.3476-71.1116

#6601ba color RGB value is (102,1,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000001 10111010
Octal 146 1 272
Decimal 102 1 186
Hex 66 1 BA

RGB Percentages of Color #6601ba

%35.29
%0.35
%64.36

CMYK Percentages of Color #6601ba

%45
%99
%0
%27

Triadic Colors of #6601ba

#6601ba #ba6601 #01ba66

Analogous Colors of #6601ba

#6601ba #ba01b2 #0a01ba

Monochromatic Colors of #6601ba

#6601ba

Complementary Color

#6601ba #55ba01

#6601ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6601ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6601ba Color CSS Codes

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

#6601ba Text Font Color

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

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


#6601ba Background Color

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

This div background color is #6601ba


#6601ba Border Color

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

This div border color is #6601ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6601ba


Comments

No comments written yet.

Please login to write comment.