Color Hex Logo

#6146ce Color Hex

#6146CE
(97,70,206)
0 Favorites   0 Comments

Color spaces of #6146ce

RGB 9770206
HSL0.700.580.54
HSV252°66°81°
CMYK 0.530.660.00   0.19
XYZ18.260511.377959.6262
Yxy11.37790.20460.1275
Hunter Lab33.731137.6022-81.1945
CIE-Lab40.209846.2268-66.7138

#6146ce color RGB value is (97,70,206).

#6146ce hex color red value is 97, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6146ce hue: 0.70 , saturation: 0.58 and the lightness value of 6146ce is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 11001110
Octal 141 106 316
Decimal 97 70 206
Hex 61 46 CE

RGB Percentages of Color #6146ce

%26.01
%18.77
%55.23

CMYK Percentages of Color #6146ce

%53
%66
%0
%19

Triadic Colors of #6146ce

#6146ce #ce6146 #46ce61

Analogous Colors of #6146ce

#6146ce #a546ce #466fce

Monochromatic Colors of #6146ce

#6146ce

Complementary Color

#6146ce #b3ce46

#6146ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6146ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6146ce Color CSS Codes

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

#6146ce Text Font Color

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

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


#6146ce Background Color

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

This div background color is #6146ce


#6146ce Border Color

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

This div border color is #6146ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,70,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 #6146ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6146ce


Comments

No comments written yet.

Please login to write comment.