Color Hex Logo

#6332fb Color Hex

#6332FB
(99,50,251)
0 Favorites   0 Comments

Color spaces of #6332fb

RGB 9950251
HSL0.710.960.59
HSV255°80°98°
CMYK 0.610.800.00   0.02
XYZ23.698811.898992.3144
Yxy11.89890.18530.0930
Hunter Lab34.494862.2682-134.5246
CIE-Lab41.055068.7752-90.9217

#6332fb color RGB value is (99,50,251).

#6332fb hex color red value is 99, green value is 50 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6332fb hue: 0.71 , saturation: 0.96 and the lightness value of 6332fb is 0.59.

The process color (four color CMYK) of #6332fb color hex is 0.61, 0.80, 0.00, 0.02. Web safe color of #6332fb is #6633ff. Color #6332fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110010 11111011
Octal 143 62 373
Decimal 99 50 251
Hex 63 32 FB

RGB Percentages of Color #6332fb

%24.75
%12.50
%62.75

CMYK Percentages of Color #6332fb

%61
%80
%0
%2

Triadic Colors of #6332fb

#6332fb #fb6332 #32fb63

Analogous Colors of #6332fb

#6332fb #c832fb #3266fb

Monochromatic Colors of #6332fb

#6332fb

Complementary Color

#6332fb #cafb32

#6332fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6332fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6332fb Color CSS Codes

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

#6332fb Text Font Color

<p style="color:#6332fb">Text here</p>

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


#6332fb Background Color

<div style="background-color:#6332fb">
Div content here</div>

This div background color is #6332fb


#6332fb Border Color

<div style="border:3px solid #6332fb">
Div here</div>

This div border color is #6332fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,50,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6332fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6332fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6332fb;
  box-shadow:         1px 1px 3px 2px #6332fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6332fb


Comments

No comments written yet.

Please login to write comment.