Color Hex Logo

#6813cc Color Hex

#6813CC
(104,19,204)
0 Favorites   0 Comments

Color spaces of #6813cc

RGB 10419204
HSL0.740.830.44
HSV268°91°80°
CMYK 0.490.910.00   0.20
XYZ16.84097.768457.7386
Yxy7.76840.20450.0943
Hunter Lab27.871859.0786-103.3133
CIE-Lab33.495867.4873-76.5444

#6813cc color RGB value is (104,19,204).

#6813cc hex color red value is 104, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6813cc hue: 0.74 , saturation: 0.83 and the lightness value of 6813cc is 0.44.

The process color (four color CMYK) of #6813cc color hex is 0.49, 0.91, 0.00, 0.20. Web safe color of #6813cc is #6600cc. Color #6813cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010011 11001100
Octal 150 23 314
Decimal 104 19 204
Hex 68 13 CC

RGB Percentages of Color #6813cc

%31.80
%5.81
%62.39

CMYK Percentages of Color #6813cc

%49
%91
%0
%20

Triadic Colors of #6813cc

#6813cc #cc6813 #13cc68

Analogous Colors of #6813cc

#6813cc #c513cc #131bcc

Monochromatic Colors of #6813cc

#6813cc

Complementary Color

#6813cc #77cc13

#6813cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6813cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6813cc Color CSS Codes

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

#6813cc Text Font Color

<p style="color:#6813cc">Text here</p>

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


#6813cc Background Color

<div style="background-color:#6813cc">
Div content here</div>

This div background color is #6813cc


#6813cc Border Color

<div style="border:3px solid #6813cc">
Div here</div>

This div border color is #6813cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,19,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6813cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6813cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6813cc;
  box-shadow:         1px 1px 3px 2px #6813cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6813cc


Comments

No comments written yet.

Please login to write comment.