Color Hex Logo

#6c46de Color Hex

#6C46DE
(108,70,222)
0 Favorites   0 Comments

Color spaces of #6c46de

RGB 10870222
HSL0.710.700.57
HSV255°68°87°
CMYK 0.510.680.00   0.13
XYZ21.559312.842470.4498
Yxy12.84240.20560.1225
Hunter Lab35.836344.6730-91.4715
CIE-Lab42.524852.6692-72.0781

#6c46de color RGB value is (108,70,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000110 11011110
Octal 154 106 336
Decimal 108 70 222
Hex 6C 46 DE

RGB Percentages of Color #6c46de

%27.00
%17.50
%55.50

CMYK Percentages of Color #6c46de

%51
%68
%0
%13

Triadic Colors of #6c46de

#6c46de #de6c46 #46de6c

Analogous Colors of #6c46de

#6c46de #b846de #466cde

Monochromatic Colors of #6c46de

#6c46de

Complementary Color

#6c46de #b8de46

#6c46de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c46de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c46de Color CSS Codes

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

#6c46de Text Font Color

<p style="color:#6c46de">Text here</p>

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


#6c46de Background Color

<div style="background-color:#6c46de">
Div content here</div>

This div background color is #6c46de


#6c46de Border Color

<div style="border:3px solid #6c46de">
Div here</div>

This div border color is #6c46de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,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 #6c46de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c46de


Comments

No comments written yet.

Please login to write comment.