Color Hex Logo

#6320cc Color Hex

#6320CC
(99,32,204)
0 Favorites   0 Comments

Color spaces of #6320cc

RGB 9932204
HSL0.730.730.46
HSV263°84°80°
CMYK 0.510.840.00   0.20
XYZ16.56128.045357.8068
Yxy8.04530.20100.0976
Hunter Lab28.364254.5845-100.9791
CIE-Lab34.077063.4186-75.6060

#6320cc color RGB value is (99,32,204).

#6320cc hex color red value is 99, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6320cc hue: 0.73 , saturation: 0.73 and the lightness value of 6320cc is 0.46.

The process color (four color CMYK) of #6320cc color hex is 0.51, 0.84, 0.00, 0.20. Web safe color of #6320cc is #6633cc. Color #6320cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100000 11001100
Octal 143 40 314
Decimal 99 32 204
Hex 63 20 CC

RGB Percentages of Color #6320cc

%29.55
%9.55
%60.90

CMYK Percentages of Color #6320cc

%51
%84
%0
%20

Triadic Colors of #6320cc

#6320cc #cc6320 #20cc63

Analogous Colors of #6320cc

#6320cc #b920cc #2033cc

Monochromatic Colors of #6320cc

#6320cc

Complementary Color

#6320cc #89cc20

#6320cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6320cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6320cc Color CSS Codes

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

#6320cc Text Font Color

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

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


#6320cc Background Color

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

This div background color is #6320cc


#6320cc Border Color

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

This div border color is #6320cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6320cc


Comments

No comments written yet.

Please login to write comment.