Color Hex Logo

#6314bc Color Hex

#6314BC
(99,20,188)
0 Favorites   0 Comments

Color spaces of #6314bc

RGB 9920188
HSL0.750.810.41
HSV268°89°74°
CMYK 0.470.890.00   0.26
XYZ14.47286.783848.1236
Yxy6.78380.20860.0978
Hunter Lab26.045753.6069-91.3156
CIE-Lab31.309663.0775-70.7772

#6314bc color RGB value is (99,20,188).

#6314bc hex color red value is 99, green value is 20 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6314bc hue: 0.75 , saturation: 0.81 and the lightness value of 6314bc is 0.41.

The process color (four color CMYK) of #6314bc color hex is 0.47, 0.89, 0.00, 0.26. Web safe color of #6314bc is #6600cc. Color #6314bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010100 10111100
Octal 143 24 274
Decimal 99 20 188
Hex 63 14 BC

RGB Percentages of Color #6314bc

%32.25
%6.51
%61.24

CMYK Percentages of Color #6314bc

%47
%89
%0
%26

Triadic Colors of #6314bc

#6314bc #bc6314 #14bc63

Analogous Colors of #6314bc

#6314bc #b714bc #1419bc

Monochromatic Colors of #6314bc

#6314bc

Complementary Color

#6314bc #6dbc14

#6314bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6314bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6314bc Color CSS Codes

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

#6314bc Text Font Color

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

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


#6314bc Background Color

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

This div background color is #6314bc


#6314bc Border Color

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

This div border color is #6314bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,20,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6314bc


Comments

No comments written yet.

Please login to write comment.