Color Hex Logo

#6549eb Color Hex

#6549EB
(101,73,235)
0 Favorites   0 Comments

Color spaces of #6549eb

RGB 10173235
HSL0.700.800.60
HSV250°69°92°
CMYK 0.570.690.00   0.08
XYZ22.744813.529980.0100
Yxy13.52990.19560.1164
Hunter Lab36.783046.0053-103.2188
CIE-Lab43.551153.7355-77.8039

#6549eb color RGB value is (101,73,235).

#6549eb hex color red value is 101, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6549eb hue: 0.70 , saturation: 0.80 and the lightness value of 6549eb is 0.60.

The process color (four color CMYK) of #6549eb color hex is 0.57, 0.69, 0.00, 0.08. Web safe color of #6549eb is #6633ff. Color #6549eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 11101011
Octal 145 111 353
Decimal 101 73 235
Hex 65 49 EB

RGB Percentages of Color #6549eb

%24.69
%17.85
%57.46

CMYK Percentages of Color #6549eb

%57
%69
%0
%8

Triadic Colors of #6549eb

#6549eb #eb6549 #49eb65

Analogous Colors of #6549eb

#6549eb #b649eb #497eeb

Monochromatic Colors of #6549eb

#6549eb

Complementary Color

#6549eb #cfeb49

#6549eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6549eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6549eb Color CSS Codes

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

#6549eb Text Font Color

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

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


#6549eb Background Color

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

This div background color is #6549eb


#6549eb Border Color

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

This div border color is #6549eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6549eb


Comments

No comments written yet.

Please login to write comment.