Color Hex Logo

#6528bc Color Hex

#6528BC
(101,40,188)
0 Favorites   0 Comments

Color spaces of #6528bc

RGB 10140188
HSL0.740.650.45
HSV265°79°74°
CMYK 0.460.790.00   0.26
XYZ15.20277.915148.3035
Yxy7.91510.21290.1108
Hunter Lab28.133847.2222-82.1026
CIE-Lab33.805456.7345-66.6635

#6528bc color RGB value is (101,40,188).

#6528bc hex color red value is 101, green value is 40 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6528bc hue: 0.74 , saturation: 0.65 and the lightness value of 6528bc is 0.45.

The process color (four color CMYK) of #6528bc color hex is 0.46, 0.79, 0.00, 0.26. Web safe color of #6528bc is #6633cc. Color #6528bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00101000 10111100
Octal 145 50 274
Decimal 101 40 188
Hex 65 28 BC

RGB Percentages of Color #6528bc

%30.70
%12.16
%57.14

CMYK Percentages of Color #6528bc

%46
%79
%0
%26

Triadic Colors of #6528bc

#6528bc #bc6528 #28bc65

Analogous Colors of #6528bc

#6528bc #af28bc #2835bc

Monochromatic Colors of #6528bc

#6528bc

Complementary Color

#6528bc #7fbc28

#6528bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6528bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6528bc Color CSS Codes

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

#6528bc Text Font Color

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

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


#6528bc Background Color

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

This div background color is #6528bc


#6528bc Border Color

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

This div border color is #6528bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6528bc


Comments

No comments written yet.

Please login to write comment.