Color Hex Logo

#6522bb Color Hex

#6522BB
(101,34,187)
0 Favorites   0 Comments

Color spaces of #6522bb

RGB 10134187
HSL0.740.690.43
HSV266°82°73°
CMYK 0.460.820.00   0.27
XYZ14.90857.498647.6753
Yxy7.49860.21270.1070
Hunter Lab27.383649.2599-84.0565
CIE-Lab32.916158.8058-67.5328

#6522bb color RGB value is (101,34,187).

#6522bb hex color red value is 101, green value is 34 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6522bb hue: 0.74 , saturation: 0.69 and the lightness value of 6522bb is 0.43.

The process color (four color CMYK) of #6522bb color hex is 0.46, 0.82, 0.00, 0.27. Web safe color of #6522bb is #6633cc. Color #6522bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100010 10111011
Octal 145 42 273
Decimal 101 34 187
Hex 65 22 BB

RGB Percentages of Color #6522bb

%31.37
%10.56
%58.07

CMYK Percentages of Color #6522bb

%46
%82
%0
%27

Triadic Colors of #6522bb

#6522bb #bb6522 #22bb65

Analogous Colors of #6522bb

#6522bb #b222bb #222cbb

Monochromatic Colors of #6522bb

#6522bb

Complementary Color

#6522bb #78bb22

#6522bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6522bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6522bb Color CSS Codes

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

#6522bb Text Font Color

<p style="color:#6522bb">Text here</p>

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


#6522bb Background Color

<div style="background-color:#6522bb">
Div content here</div>

This div background color is #6522bb


#6522bb Border Color

<div style="border:3px solid #6522bb">
Div here</div>

This div border color is #6522bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,34,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6522bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6522bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6522bb;
  box-shadow:         1px 1px 3px 2px #6522bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6522bb


Comments

No comments written yet.

Please login to write comment.