Color Hex Logo

#6326cb Color Hex

#6326CB
(99,38,203)
0 Favorites   0 Comments

Color spaces of #6326cb

RGB 9938203
HSL0.730.680.47
HSV262°81°80°
CMYK 0.510.810.00   0.20
XYZ16.61828.350757.2359
Yxy8.35070.20220.1016
Hunter Lab28.897652.0797-97.2043
CIE-Lab34.702861.0413-73.9922

#6326cb color RGB value is (99,38,203).

#6326cb hex color red value is 99, green value is 38 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6326cb hue: 0.73 , saturation: 0.68 and the lightness value of 6326cb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100110 11001011
Octal 143 46 313
Decimal 99 38 203
Hex 63 26 CB

RGB Percentages of Color #6326cb

%29.12
%11.18
%59.71

CMYK Percentages of Color #6326cb

%51
%81
%0
%20

Triadic Colors of #6326cb

#6326cb #cb6326 #26cb63

Analogous Colors of #6326cb

#6326cb #b626cb #263bcb

Monochromatic Colors of #6326cb

#6326cb

Complementary Color

#6326cb #8ecb26

#6326cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6326cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6326cb Color CSS Codes

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

#6326cb Text Font Color

<p style="color:#6326cb">Text here</p>

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


#6326cb Background Color

<div style="background-color:#6326cb">
Div content here</div>

This div background color is #6326cb


#6326cb Border Color

<div style="border:3px solid #6326cb">
Div here</div>

This div border color is #6326cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,38,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6326cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6326cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6326cb;
  box-shadow:         1px 1px 3px 2px #6326cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6326cb


Comments

No comments written yet.

Please login to write comment.