Color Hex Logo

#6532fb Color Hex

#6532FB
(101,50,251)
0 Favorites   0 Comments

Color spaces of #6532fb

RGB 10150251
HSL0.710.960.59
HSV255°80°98°
CMYK 0.600.800.00   0.02
XYZ23.920012.012992.3248
Yxy12.01290.18650.0937
Hunter Lab34.659662.5356-133.6724
CIE-Lab41.236668.9684-90.6157

#6532fb color RGB value is (101,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110010 11111011
Octal 145 62 373
Decimal 101 50 251
Hex 65 32 FB

RGB Percentages of Color #6532fb

%25.12
%12.44
%62.44

CMYK Percentages of Color #6532fb

%60
%80
%0
%2

Triadic Colors of #6532fb

#6532fb #fb6532 #32fb65

Analogous Colors of #6532fb

#6532fb #ca32fb #3263fb

Monochromatic Colors of #6532fb

#6532fb

Complementary Color

#6532fb #c8fb32

#6532fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6532fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6532fb Color CSS Codes

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

#6532fb Text Font Color

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

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


#6532fb Background Color

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

This div background color is #6532fb


#6532fb Border Color

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

This div border color is #6532fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6532fb


Comments

No comments written yet.

Please login to write comment.