Color Hex Logo

#6349fb Color Hex

#6349FB
(99,73,251)
0 Favorites   0 Comments

Color spaces of #6349fb

RGB 9973251
HSL0.690.960.64
HSV249°71°98°
CMYK 0.610.710.00   0.02
XYZ24.940714.382892.7284
Yxy14.38280.18890.1089
Hunter Lab37.924751.0202-118.4209
CIE-Lab44.777058.1360-84.7870

#6349fb color RGB value is (99,73,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001001 11111011
Octal 143 111 373
Decimal 99 73 251
Hex 63 49 FB

RGB Percentages of Color #6349fb

%23.40
%17.26
%59.34

CMYK Percentages of Color #6349fb

%61
%71
%0
%2

Triadic Colors of #6349fb

#6349fb #fb6349 #49fb63

Analogous Colors of #6349fb

#6349fb #bc49fb #4988fb

Monochromatic Colors of #6349fb

#6349fb

Complementary Color

#6349fb #e1fb49

#6349fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6349fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6349fb Color CSS Codes

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

#6349fb Text Font Color

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

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


#6349fb Background Color

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

This div background color is #6349fb


#6349fb Border Color

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

This div border color is #6349fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6349fb


Comments

No comments written yet.

Please login to write comment.