Color Hex Logo

#6308ba Color Hex

#6308BA
(99,8,186)
0 Favorites   0 Comments

Color spaces of #6308ba

RGB 998186
HSL0.750.920.38
HSV271°96°73°
CMYK 0.470.960.00   0.27
XYZ14.09536.371546.9413
Yxy6.37150.20910.0945
Hunter Lab25.241855.5030-92.5901
CIE-Lab30.331064.9535-71.2064

#6308ba color RGB value is (99,8,186).

#6308ba hex color red value is 99, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6308ba hue: 0.75 , saturation: 0.92 and the lightness value of 6308ba is 0.38.

The process color (four color CMYK) of #6308ba color hex is 0.47, 0.96, 0.00, 0.27. Web safe color of #6308ba is #6600cc. Color #6308ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001000 10111010
Octal 143 10 272
Decimal 99 8 186
Hex 63 8 BA

RGB Percentages of Color #6308ba

%33.79
%2.73
%63.48

CMYK Percentages of Color #6308ba

%47
%96
%0
%27

Triadic Colors of #6308ba

#6308ba #ba6308 #08ba63

Analogous Colors of #6308ba

#6308ba #ba08b8 #0a08ba

Monochromatic Colors of #6308ba

#6308ba

Complementary Color

#6308ba #5fba08

#6308ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6308ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6308ba Color CSS Codes

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

#6308ba Text Font Color

<p style="color:#6308ba">Text here</p>

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


#6308ba Background Color

<div style="background-color:#6308ba">
Div content here</div>

This div background color is #6308ba


#6308ba Border Color

<div style="border:3px solid #6308ba">
Div here</div>

This div border color is #6308ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,8,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6308ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6308ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6308ba;
  box-shadow:         1px 1px 3px 2px #6308ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6308ba


Comments

No comments written yet.

Please login to write comment.