Color Hex Logo

#6528fb Color Hex

#6528FB
(101,40,251)
0 Favorites   0 Comments

Color spaces of #6528fb

RGB 10140251
HSL0.710.960.57
HSV257°84°98°
CMYK 0.600.840.00   0.02
XYZ23.538211.249392.1975
Yxy11.24930.18540.0886
Hunter Lab33.540066.5755-139.5033
CIE-Lab39.997272.6220-92.6655

#6528fb color RGB value is (101,40,251).

#6528fb hex color red value is 101, green value is 40 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6528fb hue: 0.71 , saturation: 0.96 and the lightness value of 6528fb is 0.57.

The process color (four color CMYK) of #6528fb color hex is 0.60, 0.84, 0.00, 0.02. Web safe color of #6528fb is #6633ff. Color #6528fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00101000 11111011
Octal 145 50 373
Decimal 101 40 251
Hex 65 28 FB

RGB Percentages of Color #6528fb

%25.77
%10.20
%64.03

CMYK Percentages of Color #6528fb

%60
%84
%0
%2

Triadic Colors of #6528fb

#6528fb #fb6528 #28fb65

Analogous Colors of #6528fb

#6528fb #cf28fb #2855fb

Monochromatic Colors of #6528fb

#6528fb

Complementary Color

#6528fb #befb28

#6528fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6528fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6528fb Color CSS Codes

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

#6528fb Text Font Color

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

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


#6528fb Background Color

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

This div background color is #6528fb


#6528fb Border Color

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

This div border color is #6528fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6528fb


Comments

No comments written yet.

Please login to write comment.