Color Hex Logo

#6317fe Color Hex

#6317FE
(99,23,254)
0 Favorites   0 Comments

Color spaces of #6317fe

RGB 9923254
HSL0.720.990.54
HSV260°91°100°
CMYK 0.610.910.00   0.00
XYZ23.341410.421294.5472
Yxy10.42120.18190.0812
Hunter Lab32.281972.5710-151.0513
CIE-Lab38.588077.8187-96.6891

#6317fe color RGB value is (99,23,254).

#6317fe hex color red value is 99, green value is 23 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6317fe hue: 0.72 , saturation: 0.99 and the lightness value of 6317fe is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010111 11111110
Octal 143 27 376
Decimal 99 23 254
Hex 63 17 FE

RGB Percentages of Color #6317fe

%26.33
%6.12
%67.55

CMYK Percentages of Color #6317fe

%61
%91
%0
%0

Triadic Colors of #6317fe

#6317fe #fe6317 #17fe63

Analogous Colors of #6317fe

#6317fe #d717fe #173ffe

Monochromatic Colors of #6317fe

#6317fe

Complementary Color

#6317fe #b2fe17

#6317fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6317fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6317fe Color CSS Codes

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

#6317fe Text Font Color

<p style="color:#6317fe">Text here</p>

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


#6317fe Background Color

<div style="background-color:#6317fe">
Div content here</div>

This div background color is #6317fe


#6317fe Border Color

<div style="border:3px solid #6317fe">
Div here</div>

This div border color is #6317fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,23,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6317fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6317fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6317fe;
  box-shadow:         1px 1px 3px 2px #6317fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6317fe


Comments

No comments written yet.

Please login to write comment.