Color Hex Logo

#6116ce Color Hex

#6116CE
(97,22,206)
0 Favorites   0 Comments

Color spaces of #6116ce

RGB 9722206
HSL0.730.810.45
HSV264°89°81°
CMYK 0.530.890.00   0.19
XYZ16.35737.571458.9918
Yxy7.57140.19730.0913
Hunter Lab27.516257.9580-107.8502
CIE-Lab33.073866.5920-78.4348

#6116ce color RGB value is (97,22,206).

#6116ce hex color red value is 97, green value is 22 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6116ce hue: 0.73 , saturation: 0.81 and the lightness value of 6116ce is 0.45.

The process color (four color CMYK) of #6116ce color hex is 0.53, 0.89, 0.00, 0.19. Web safe color of #6116ce is #6600cc. Color #6116ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010110 11001110
Octal 141 26 316
Decimal 97 22 206
Hex 61 16 CE

RGB Percentages of Color #6116ce

%29.85
%6.77
%63.38

CMYK Percentages of Color #6116ce

%53
%89
%0
%19

Triadic Colors of #6116ce

#6116ce #ce6116 #16ce61

Analogous Colors of #6116ce

#6116ce #bd16ce #1627ce

Monochromatic Colors of #6116ce

#6116ce

Complementary Color

#6116ce #83ce16

#6116ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6116ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6116ce Color CSS Codes

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

#6116ce Text Font Color

<p style="color:#6116ce">Text here</p>

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


#6116ce Background Color

<div style="background-color:#6116ce">
Div content here</div>

This div background color is #6116ce


#6116ce Border Color

<div style="border:3px solid #6116ce">
Div here</div>

This div border color is #6116ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,22,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6116ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6116ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6116ce;
  box-shadow:         1px 1px 3px 2px #6116ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6116ce


Comments

No comments written yet.

Please login to write comment.