Color Hex Logo

#6316fd Color Hex

#6316FD
(99,22,253)
0 Favorites   0 Comments

Color spaces of #6316fd

RGB 9922253
HSL0.720.980.54
HSV260°91°99°
CMYK 0.610.910.00   0.01
XYZ23.162110.318393.6994
Yxy10.31830.18210.0811
Hunter Lab32.122172.4962-150.4620
CIE-Lab38.407777.7919-96.4279

#6316fd color RGB value is (99,22,253).

#6316fd hex color red value is 99, green value is 22 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6316fd hue: 0.72 , saturation: 0.98 and the lightness value of 6316fd is 0.54.

The process color (four color CMYK) of #6316fd color hex is 0.61, 0.91, 0.00, 0.01. Web safe color of #6316fd is #6600ff. Color #6316fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010110 11111101
Octal 143 26 375
Decimal 99 22 253
Hex 63 16 FD

RGB Percentages of Color #6316fd

%26.47
%5.88
%67.65

CMYK Percentages of Color #6316fd

%61
%91
%0
%1

Triadic Colors of #6316fd

#6316fd #fd6316 #16fd63

Analogous Colors of #6316fd

#6316fd #d716fd #163dfd

Monochromatic Colors of #6316fd

#6316fd

Complementary Color

#6316fd #b0fd16

#6316fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6316fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6316fd Color CSS Codes

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

#6316fd Text Font Color

<p style="color:#6316fd">Text here</p>

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


#6316fd Background Color

<div style="background-color:#6316fd">
Div content here</div>

This div background color is #6316fd


#6316fd Border Color

<div style="border:3px solid #6316fd">
Div here</div>

This div border color is #6316fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,22,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6316fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6316fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6316fd;
  box-shadow:         1px 1px 3px 2px #6316fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6316fd


Comments

No comments written yet.

Please login to write comment.