Color Hex Logo

#6300ac Color Hex

#6300AC
(99,0,172)
0 Favorites   0 Comments

Color spaces of #6300ac

RGB 990172
HSL0.761.000.34
HSV275°100°67°
CMYK 0.421.000.00   0.33
XYZ12.59205.631239.4530
Yxy5.63120.21830.0976
Hunter Lab23.730153.1902-81.9626
CIE-Lab28.462363.2438-65.9246

#6300ac color RGB value is (99,0,172).

#6300ac hex color red value is 99, green value is 0 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6300ac hue: 0.76 , saturation: 1.00 and the lightness value of 6300ac is 0.34.

The process color (four color CMYK) of #6300ac color hex is 0.42, 1.00, 0.00, 0.33. Web safe color of #6300ac is #660099. Color #6300ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000000 10101100
Octal 143 0 254
Decimal 99 0 172
Hex 63 0 AC

RGB Percentages of Color #6300ac

%36.53
%0.00
%63.47

CMYK Percentages of Color #6300ac

%42
%100
%0
%33

Triadic Colors of #6300ac

#6300ac #ac6300 #00ac63

Analogous Colors of #6300ac

#6300ac #ac009f #0d00ac

Monochromatic Colors of #6300ac

#6300ac

Complementary Color

#6300ac #49ac00

#6300ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6300ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6300ac Color CSS Codes

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

#6300ac Text Font Color

<p style="color:#6300ac">Text here</p>

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


#6300ac Background Color

<div style="background-color:#6300ac">
Div content here</div>

This div background color is #6300ac


#6300ac Border Color

<div style="border:3px solid #6300ac">
Div here</div>

This div border color is #6300ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,0,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6300ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6300ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6300ac;
  box-shadow:         1px 1px 3px 2px #6300ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6300ac


Comments

No comments written yet.

Please login to write comment.