Color Hex Logo

#6314cc Color Hex

#6314CC
(99,20,204)
0 Favorites   0 Comments

Color spaces of #6314cc

RGB 9920204
HSL0.740.820.44
HSV266°90°80°
CMYK 0.510.900.00   0.20
XYZ16.29487.512657.7180
Yxy7.51260.19990.0922
Hunter Lab27.409158.1528-105.6662
CIE-Lab32.946566.7863-77.4723

#6314cc color RGB value is (99,20,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010100 11001100
Octal 143 24 314
Decimal 99 20 204
Hex 63 14 CC

RGB Percentages of Color #6314cc

%30.65
%6.19
%63.16

CMYK Percentages of Color #6314cc

%51
%90
%0
%20

Triadic Colors of #6314cc

#6314cc #cc6314 #14cc63

Analogous Colors of #6314cc

#6314cc #bf14cc #1421cc

Monochromatic Colors of #6314cc

#6314cc

Complementary Color

#6314cc #7dcc14

#6314cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6314cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6314cc Color CSS Codes

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

#6314cc Text Font Color

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

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


#6314cc Background Color

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

This div background color is #6314cc


#6314cc Border Color

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

This div border color is #6314cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6314cc


Comments

No comments written yet.

Please login to write comment.