Color Hex Logo

#6117fc Color Hex

#6117FC
(97,23,252)
0 Favorites   0 Comments

Color spaces of #6117fc

RGB 9723252
HSL0.720.970.54
HSV259°91°99°
CMYK 0.620.910.00   0.01
XYZ22.806810.182592.8588
Yxy10.18250.18120.0809
Hunter Lab31.910071.7353-150.1980
CIE-Lab38.168077.2202-96.2706

#6117fc color RGB value is (97,23,252).

#6117fc hex color red value is 97, green value is 23 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6117fc hue: 0.72 , saturation: 0.97 and the lightness value of 6117fc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010111 11111100
Octal 141 27 374
Decimal 97 23 252
Hex 61 17 FC

RGB Percentages of Color #6117fc

%26.08
%6.18
%67.74

CMYK Percentages of Color #6117fc

%62
%91
%0
%1

Triadic Colors of #6117fc

#6117fc #fc6117 #17fc61

Analogous Colors of #6117fc

#6117fc #d417fc #1740fc

Monochromatic Colors of #6117fc

#6117fc

Complementary Color

#6117fc #b2fc17

#6117fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6117fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6117fc Color CSS Codes

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

#6117fc Text Font Color

<p style="color:#6117fc">Text here</p>

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


#6117fc Background Color

<div style="background-color:#6117fc">
Div content here</div>

This div background color is #6117fc


#6117fc Border Color

<div style="border:3px solid #6117fc">
Div here</div>

This div border color is #6117fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,23,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6117fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6117fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6117fc;
  box-shadow:         1px 1px 3px 2px #6117fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6117fc


Comments

No comments written yet.

Please login to write comment.