Color Hex Logo

#6317ef Color Hex

#6317EF
(99,23,239)
0 Favorites   0 Comments

Color spaces of #6317ef

RGB 9923239
HSL0.730.870.51
HSV261°90°94°
CMYK 0.590.900.00   0.06
XYZ21.03209.497482.3860
Yxy9.49740.18630.0841
Hunter Lab30.817967.8882-136.9287
CIE-Lab36.924874.3005-90.9976

#6317ef color RGB value is (99,23,239).

#6317ef hex color red value is 99, green value is 23 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6317ef hue: 0.73 , saturation: 0.87 and the lightness value of 6317ef is 0.51.

The process color (four color CMYK) of #6317ef color hex is 0.59, 0.90, 0.00, 0.06. Web safe color of #6317ef is #6600ff. Color #6317ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010111 11101111
Octal 143 27 357
Decimal 99 23 239
Hex 63 17 EF

RGB Percentages of Color #6317ef

%27.42
%6.37
%66.20

CMYK Percentages of Color #6317ef

%59
%90
%0
%6

Triadic Colors of #6317ef

#6317ef #ef6317 #17ef63

Analogous Colors of #6317ef

#6317ef #cf17ef #1737ef

Monochromatic Colors of #6317ef

#6317ef

Complementary Color

#6317ef #a3ef17

#6317ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6317ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6317ef Color CSS Codes

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

#6317ef Text Font Color

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

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


#6317ef Background Color

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

This div background color is #6317ef


#6317ef Border Color

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

This div border color is #6317ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6317ef


Comments

No comments written yet.

Please login to write comment.