Color Hex Logo

#6814cc Color Hex

#6814CC
(104,20,204)
0 Favorites   0 Comments

Color spaces of #6814cc

RGB 10420204
HSL0.740.820.44
HSV267°90°80°
CMYK 0.490.900.00   0.20
XYZ16.85827.803057.7443
Yxy7.80300.20460.0947
Hunter Lab27.933958.8413-103.0094
CIE-Lab33.569267.2672-76.4233

#6814cc color RGB value is (104,20,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010100 11001100
Octal 150 24 314
Decimal 104 20 204
Hex 68 14 CC

RGB Percentages of Color #6814cc

%31.71
%6.10
%62.20

CMYK Percentages of Color #6814cc

%49
%90
%0
%20

Triadic Colors of #6814cc

#6814cc #cc6814 #14cc68

Analogous Colors of #6814cc

#6814cc #c414cc #141ccc

Monochromatic Colors of #6814cc

#6814cc

Complementary Color

#6814cc #78cc14

#6814cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6814cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6814cc Color CSS Codes

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

#6814cc Text Font Color

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

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


#6814cc Background Color

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

This div background color is #6814cc


#6814cc Border Color

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

This div border color is #6814cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,20,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 #6814cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6814cc


Comments

No comments written yet.

Please login to write comment.