Color Hex Logo

#6528fe Color Hex

#6528FE
(101,40,254)
0 Favorites   0 Comments

Color spaces of #6528fe

RGB 10140254
HSL0.710.990.58
HSV257°84°100°
CMYK 0.600.840.00   0.00
XYZ24.015011.440094.7083
Yxy11.44000.18450.0879
Hunter Lab33.823167.5479-142.3423
CIE-Lab40.311973.3717-93.8252

#6528fe color RGB value is (101,40,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00101000 11111110
Octal 145 50 376
Decimal 101 40 254
Hex 65 28 FE

RGB Percentages of Color #6528fe

%25.57
%10.13
%64.30

CMYK Percentages of Color #6528fe

%60
%84
%0
%0

Triadic Colors of #6528fe

#6528fe #fe6528 #28fe65

Analogous Colors of #6528fe

#6528fe #d028fe #2856fe

Monochromatic Colors of #6528fe

#6528fe

Complementary Color

#6528fe #c1fe28

#6528fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6528fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6528fe Color CSS Codes

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

#6528fe Text Font Color

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

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


#6528fe Background Color

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

This div background color is #6528fe


#6528fe Border Color

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

This div border color is #6528fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6528fe

Related Colors


Comments

No comments written yet.

Please login to write comment.