Color Hex Logo

#6522cb Color Hex

#6522CB
(101,34,203)
0 Favorites   0 Comments

Color spaces of #6522cb

RGB 10134203
HSL0.730.710.46
HSV264°83°80°
CMYK 0.500.830.00   0.20
XYZ16.71838.222657.2059
Yxy8.22260.20350.1001
Hunter Lab28.675153.8887-98.2092
CIE-Lab34.442262.7248-74.4133

#6522cb color RGB value is (101,34,203).

#6522cb hex color red value is 101, green value is 34 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6522cb hue: 0.73 , saturation: 0.71 and the lightness value of 6522cb is 0.46.

The process color (four color CMYK) of #6522cb color hex is 0.50, 0.83, 0.00, 0.20. Web safe color of #6522cb is #6633cc. Color #6522cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100010 11001011
Octal 145 42 313
Decimal 101 34 203
Hex 65 22 CB

RGB Percentages of Color #6522cb

%29.88
%10.06
%60.06

CMYK Percentages of Color #6522cb

%50
%83
%0
%20

Triadic Colors of #6522cb

#6522cb #cb6522 #22cb65

Analogous Colors of #6522cb

#6522cb #ba22cb #2234cb

Monochromatic Colors of #6522cb

#6522cb

Complementary Color

#6522cb #88cb22

#6522cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6522cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6522cb Color CSS Codes

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

#6522cb Text Font Color

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

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


#6522cb Background Color

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

This div background color is #6522cb


#6522cb Border Color

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

This div border color is #6522cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6522cb


Comments

No comments written yet.

Please login to write comment.