Color Hex Logo

#6526bc Color Hex

#6526BC
(101,38,188)
0 Favorites   0 Comments

Color spaces of #6526bc

RGB 10138188
HSL0.740.660.44
HSV265°80°74°
CMYK 0.460.800.00   0.26
XYZ15.13707.783848.2816
Yxy7.78380.21260.1093
Hunter Lab27.899548.0221-83.0751
CIE-Lab33.528557.5366-67.1180

#6526bc color RGB value is (101,38,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100110 10111100
Octal 145 46 274
Decimal 101 38 188
Hex 65 26 BC

RGB Percentages of Color #6526bc

%30.89
%11.62
%57.49

CMYK Percentages of Color #6526bc

%46
%80
%0
%26

Triadic Colors of #6526bc

#6526bc #bc6526 #26bc65

Analogous Colors of #6526bc

#6526bc #b026bc #2632bc

Monochromatic Colors of #6526bc

#6526bc

Complementary Color

#6526bc #7dbc26

#6526bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6526bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6526bc Color CSS Codes

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

#6526bc Text Font Color

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

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


#6526bc Background Color

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

This div background color is #6526bc


#6526bc Border Color

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

This div border color is #6526bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6526bc


Comments

No comments written yet.

Please login to write comment.