Color Hex Logo

#6522ec Color Hex

#6522EC
(101,34,236)
0 Favorites   0 Comments

Color spaces of #6522ec

RGB 10134236
HSL0.720.840.53
HSV260°86°93°
CMYK 0.570.860.00   0.07
XYZ21.07929.966980.1697
Yxy9.96690.18950.0896
Hunter Lab31.570463.9343-128.4614
CIE-Lab37.783070.8278-87.8689

#6522ec color RGB value is (101,34,236).

#6522ec hex color red value is 101, green value is 34 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6522ec hue: 0.72 , saturation: 0.84 and the lightness value of 6522ec is 0.53.

The process color (four color CMYK) of #6522ec color hex is 0.57, 0.86, 0.00, 0.07. Web safe color of #6522ec is #6633ff. Color #6522ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100010 11101100
Octal 145 42 354
Decimal 101 34 236
Hex 65 22 EC

RGB Percentages of Color #6522ec

%27.22
%9.16
%63.61

CMYK Percentages of Color #6522ec

%57
%86
%0
%7

Triadic Colors of #6522ec

#6522ec #ec6522 #22ec65

Analogous Colors of #6522ec

#6522ec #ca22ec #2244ec

Monochromatic Colors of #6522ec

#6522ec

Complementary Color

#6522ec #a9ec22

#6522ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6522ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6522ec Color CSS Codes

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

#6522ec Text Font Color

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

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


#6522ec Background Color

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

This div background color is #6522ec


#6522ec Border Color

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

This div border color is #6522ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6522ec


Comments

No comments written yet.

Please login to write comment.