Color Hex Logo

#6330ab Color Hex

#6330AB
(99,48,171)
0 Favorites   0 Comments

Color spaces of #6330ab

RGB 9948171
HSL0.740.560.43
HSV265°72°67°
CMYK 0.420.720.00   0.33
XYZ13.55327.706839.3013
Yxy7.70680.22380.1273
Hunter Lab27.761138.5631-64.5038
CIE-Lab33.364648.4402-57.2893

#6330ab color RGB value is (99,48,171).

#6330ab hex color red value is 99, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6330ab hue: 0.74 , saturation: 0.56 and the lightness value of 6330ab is 0.43.

The process color (four color CMYK) of #6330ab color hex is 0.42, 0.72, 0.00, 0.33. Web safe color of #6330ab is #663399. Color #6330ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110000 10101011
Octal 143 60 253
Decimal 99 48 171
Hex 63 30 AB

RGB Percentages of Color #6330ab

%31.13
%15.09
%53.77

CMYK Percentages of Color #6330ab

%42
%72
%0
%33

Triadic Colors of #6330ab

#6330ab #ab6330 #30ab63

Analogous Colors of #6330ab

#6330ab #a130ab #303bab

Monochromatic Colors of #6330ab

#6330ab

Complementary Color

#6330ab #78ab30

#6330ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6330ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6330ab Color CSS Codes

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

#6330ab Text Font Color

<p style="color:#6330ab">Text here</p>

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


#6330ab Background Color

<div style="background-color:#6330ab">
Div content here</div>

This div background color is #6330ab


#6330ab Border Color

<div style="border:3px solid #6330ab">
Div here</div>

This div border color is #6330ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,48,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6330ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6330ab;
  -webkit-box-shadow: 1px 1px 3px 2px #6330ab;
  box-shadow:         1px 1px 3px 2px #6330ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6330ab


Comments

No comments written yet.

Please login to write comment.