Color Hex Logo

#6146de Color Hex

#6146DE
(97,70,222)
0 Favorites   0 Comments

Color spaces of #6146de

RGB 9770222
HSL0.700.700.57
HSV251°68°87°
CMYK 0.560.680.00   0.13
XYZ20.304712.195670.3911
Yxy12.19560.19730.1185
Hunter Lab34.922242.6708-95.0626
CIE-Lab41.525350.9438-73.7533

#6146de color RGB value is (97,70,222).

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

The process color (four color CMYK) of #6146de color hex is 0.56, 0.68, 0.00, 0.13. Web safe color of #6146de is #6633cc. Color #6146de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 11011110
Octal 141 106 336
Decimal 97 70 222
Hex 61 46 DE

RGB Percentages of Color #6146de

%24.94
%17.99
%57.07

CMYK Percentages of Color #6146de

%56
%68
%0
%13

Triadic Colors of #6146de

#6146de #de6146 #46de61

Analogous Colors of #6146de

#6146de #ad46de #4677de

Monochromatic Colors of #6146de

#6146de

Complementary Color

#6146de #c3de46

#6146de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6146de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6146de Color CSS Codes

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

#6146de Text Font Color

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

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


#6146de Background Color

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

This div background color is #6146de


#6146de Border Color

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

This div border color is #6146de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6146de


Comments

No comments written yet.

Please login to write comment.