Color Hex Logo

#6348ba Color Hex

#6348BA
(99,72,186)
0 Favorites   0 Comments

Color spaces of #6348ba

RGB 9972186
HSL0.710.450.51
HSV254°61°73°
CMYK 0.470.610.00   0.27
XYZ16.325910.832547.6848
Yxy10.83250.21810.1447
Hunter Lab32.912830.9450-62.8618
CIE-Lab39.296939.5903-56.5414

#6348ba color RGB value is (99,72,186).

#6348ba hex color red value is 99, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6348ba hue: 0.71 , saturation: 0.45 and the lightness value of 6348ba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001000 10111010
Octal 143 110 272
Decimal 99 72 186
Hex 63 48 BA

RGB Percentages of Color #6348ba

%27.73
%20.17
%52.10

CMYK Percentages of Color #6348ba

%47
%61
%0
%27

Triadic Colors of #6348ba

#6348ba #ba6348 #48ba63

Analogous Colors of #6348ba

#6348ba #9c48ba #4866ba

Monochromatic Colors of #6348ba

#6348ba

Complementary Color

#6348ba #9fba48

#6348ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6348ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6348ba Color CSS Codes

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

#6348ba Text Font Color

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

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


#6348ba Background Color

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

This div background color is #6348ba


#6348ba Border Color

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

This div border color is #6348ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6348ba


Comments

No comments written yet.

Please login to write comment.