Color Hex Logo

#6549fa Color Hex

#6549FA
(101,73,250)
0 Favorites   0 Comments

Color spaces of #6549fa

RGB 10173250
HSL0.690.950.63
HSV249°71°98°
CMYK 0.600.710.00   0.02
XYZ25.004714.433991.9106
Yxy14.43390.19040.1099
Hunter Lab37.992050.9952-116.8406
CIE-Lab44.848958.0996-84.1041

#6549fa color RGB value is (101,73,250).

#6549fa hex color red value is 101, green value is 73 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6549fa hue: 0.69 , saturation: 0.95 and the lightness value of 6549fa is 0.63.

The process color (four color CMYK) of #6549fa color hex is 0.60, 0.71, 0.00, 0.02. Web safe color of #6549fa is #6633ff. Color #6549fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 11111010
Octal 145 111 372
Decimal 101 73 250
Hex 65 49 FA

RGB Percentages of Color #6549fa

%23.82
%17.22
%58.96

CMYK Percentages of Color #6549fa

%60
%71
%0
%2

Triadic Colors of #6549fa

#6549fa #fa6549 #49fa65

Analogous Colors of #6549fa

#6549fa #be49fa #4986fa

Monochromatic Colors of #6549fa

#6549fa

Complementary Color

#6549fa #defa49

#6549fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6549fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6549fa Color CSS Codes

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

#6549fa Text Font Color

<p style="color:#6549fa">Text here</p>

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


#6549fa Background Color

<div style="background-color:#6549fa">
Div content here</div>

This div background color is #6549fa


#6549fa Border Color

<div style="border:3px solid #6549fa">
Div here</div>

This div border color is #6549fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,73,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6549fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6549fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6549fa;
  box-shadow:         1px 1px 3px 2px #6549fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,73,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6549fa


Comments

No comments written yet.

Please login to write comment.