Color Hex Logo

#6846cd Color Hex

#6846CD
(104,70,205)
0 Favorites   0 Comments

Color spaces of #6846cd

RGB 10470205
HSL0.710.570.54
HSV255°66°80°
CMYK 0.490.660.00   0.20
XYZ18.918511.731259.0248
Yxy11.73120.21100.1308
Hunter Lab34.250838.6558-78.1994
CIE-Lab40.785747.1691-65.1689

#6846cd color RGB value is (104,70,205).

#6846cd hex color red value is 104, green value is 70 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6846cd hue: 0.71 , saturation: 0.57 and the lightness value of 6846cd is 0.54.

The process color (four color CMYK) of #6846cd color hex is 0.49, 0.66, 0.00, 0.20. Web safe color of #6846cd is #6633cc. Color #6846cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000110 11001101
Octal 150 106 315
Decimal 104 70 205
Hex 68 46 CD

RGB Percentages of Color #6846cd

%27.44
%18.47
%54.09

CMYK Percentages of Color #6846cd

%49
%66
%0
%20

Triadic Colors of #6846cd

#6846cd #cd6846 #46cd68

Analogous Colors of #6846cd

#6846cd #ac46cd #4668cd

Monochromatic Colors of #6846cd

#6846cd

Complementary Color

#6846cd #abcd46

#6846cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6846cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6846cd Color CSS Codes

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

#6846cd Text Font Color

<p style="color:#6846cd">Text here</p>

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


#6846cd Background Color

<div style="background-color:#6846cd">
Div content here</div>

This div background color is #6846cd


#6846cd Border Color

<div style="border:3px solid #6846cd">
Div here</div>

This div border color is #6846cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,70,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6846cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6846cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6846cd;
  box-shadow:         1px 1px 3px 2px #6846cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6846cd


Comments

No comments written yet.

Please login to write comment.