Color Hex Logo

#6312bf Color Hex

#6312BF
(99,18,191)
1 Favorites   0 Comments

Color spaces of #6312bf

RGB 9918191
HSL0.740.830.41
HSV268°91°75°
CMYK 0.480.910.00   0.25
XYZ14.76596.846849.8335
Yxy6.84680.20670.0958
Hunter Lab26.166454.9378-94.6004
CIE-Lab31.455664.2385-72.3088

#6312bf color RGB value is (99,18,191).

#6312bf hex color red value is 99, green value is 18 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6312bf hue: 0.74 , saturation: 0.83 and the lightness value of 6312bf is 0.41.

The process color (four color CMYK) of #6312bf color hex is 0.48, 0.91, 0.00, 0.25. Web safe color of #6312bf is #6600cc. Color #6312bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 10111111
Octal 143 22 277
Decimal 99 18 191
Hex 63 12 BF

RGB Percentages of Color #6312bf

%32.14
%5.84
%62.01

CMYK Percentages of Color #6312bf

%48
%91
%0
%25

Triadic Colors of #6312bf

#6312bf #bf6312 #12bf63

Analogous Colors of #6312bf

#6312bf #ba12bf #1218bf

Monochromatic Colors of #6312bf

#6312bf

Complementary Color

#6312bf #6ebf12

#6312bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6312bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6312bf Color CSS Codes

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

#6312bf Text Font Color

<p style="color:#6312bf">Text here</p>

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


#6312bf Background Color

<div style="background-color:#6312bf">
Div content here</div>

This div background color is #6312bf


#6312bf Border Color

<div style="border:3px solid #6312bf">
Div here</div>

This div border color is #6312bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,18,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6312bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6312bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6312bf;
  box-shadow:         1px 1px 3px 2px #6312bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6312bf

#6312bf Color Palettes


Comments

No comments written yet.

Please login to write comment.