Color Hex Logo

#6353fb Color Hex

#6353FB
(99,83,251)
0 Favorites   0 Comments

Color spaces of #6353fb

RGB 9983251
HSL0.680.950.65
HSV246°67°98°
CMYK 0.610.670.00   0.02
XYZ25.651415.804292.9653
Yxy15.80420.19080.1176
Hunter Lab39.754545.6059-110.8206
CIE-Lab46.716652.7878-81.6042

#6353fb color RGB value is (99,83,251).

#6353fb hex color red value is 99, green value is 83 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6353fb hue: 0.68 , saturation: 0.95 and the lightness value of 6353fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010011 11111011
Octal 143 123 373
Decimal 99 83 251
Hex 63 53 FB

RGB Percentages of Color #6353fb

%22.86
%19.17
%57.97

CMYK Percentages of Color #6353fb

%61
%67
%0
%2

Triadic Colors of #6353fb

#6353fb #fb6353 #53fb63

Analogous Colors of #6353fb

#6353fb #b753fb #5397fb

Monochromatic Colors of #6353fb

#6353fb

Complementary Color

#6353fb #ebfb53

#6353fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6353fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6353fb Color CSS Codes

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

#6353fb Text Font Color

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

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


#6353fb Background Color

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

This div background color is #6353fb


#6353fb Border Color

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

This div border color is #6353fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6353fb


Comments

No comments written yet.

Please login to write comment.