Color Hex Logo

#6326fc Color Hex

#6326FC
(99,38,252)
0 Favorites   0 Comments

Color spaces of #6326fc

RGB 9938252
HSL0.710.970.57
HSV257°85°99°
CMYK 0.610.850.00   0.01
XYZ23.409411.067292.9978
Yxy11.06720.18360.0868
Hunter Lab33.267467.3878-142.4558
CIE-Lab39.693473.3578-93.7352

#6326fc color RGB value is (99,38,252).

#6326fc hex color red value is 99, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6326fc hue: 0.71 , saturation: 0.97 and the lightness value of 6326fc is 0.57.

The process color (four color CMYK) of #6326fc color hex is 0.61, 0.85, 0.00, 0.01. Web safe color of #6326fc is #6633ff. Color #6326fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100110 11111100
Octal 143 46 374
Decimal 99 38 252
Hex 63 26 FC

RGB Percentages of Color #6326fc

%25.45
%9.77
%64.78

CMYK Percentages of Color #6326fc

%61
%85
%0
%1

Triadic Colors of #6326fc

#6326fc #fc6326 #26fc63

Analogous Colors of #6326fc

#6326fc #ce26fc #2654fc

Monochromatic Colors of #6326fc

#6326fc

Complementary Color

#6326fc #bffc26

#6326fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6326fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6326fc Color CSS Codes

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

#6326fc Text Font Color

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

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


#6326fc Background Color

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

This div background color is #6326fc


#6326fc Border Color

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

This div border color is #6326fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6326fc


Comments

No comments written yet.

Please login to write comment.