Color Hex Logo

#6528cb Color Hex

#6528CB
(101,40,203)
0 Favorites   0 Comments

Color spaces of #6528cb

RGB 10140203
HSL0.730.670.48
HSV262°80°80°
CMYK 0.500.800.00   0.20
XYZ16.90518.596157.2681
Yxy8.59610.20420.1039
Hunter Lab29.319151.6129-95.2859
CIE-Lab35.194760.5209-73.1744

#6528cb color RGB value is (101,40,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00101000 11001011
Octal 145 50 313
Decimal 101 40 203
Hex 65 28 CB

RGB Percentages of Color #6528cb

%29.36
%11.63
%59.01

CMYK Percentages of Color #6528cb

%50
%80
%0
%20

Triadic Colors of #6528cb

#6528cb #cb6528 #28cb65

Analogous Colors of #6528cb

#6528cb #b728cb #283ccb

Monochromatic Colors of #6528cb

#6528cb

Complementary Color

#6528cb #8ecb28

#6528cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6528cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6528cb Color CSS Codes

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

#6528cb Text Font Color

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

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


#6528cb Background Color

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

This div background color is #6528cb


#6528cb Border Color

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

This div border color is #6528cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,40,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 #6528cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6528cb


Comments

No comments written yet.

Please login to write comment.