Color Hex Logo

#6541fb Color Hex

#6541FB
(101,65,251)
0 Favorites   0 Comments

Color spaces of #6541fb

RGB 10165251
HSL0.700.960.62
HSV252°74°98°
CMYK 0.600.740.00   0.02
XYZ24.669713.512392.5747
Yxy13.51230.18870.1033
Hunter Lab36.759155.4663-123.5856
CIE-Lab43.525262.3678-86.8404

#6541fb color RGB value is (101,65,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000001 11111011
Octal 145 101 373
Decimal 101 65 251
Hex 65 41 FB

RGB Percentages of Color #6541fb

%24.22
%15.59
%60.19

CMYK Percentages of Color #6541fb

%60
%74
%0
%2

Triadic Colors of #6541fb

#6541fb #fb6541 #41fb65

Analogous Colors of #6541fb

#6541fb #c241fb #417afb

Monochromatic Colors of #6541fb

#6541fb

Complementary Color

#6541fb #d7fb41

#6541fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6541fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6541fb Color CSS Codes

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

#6541fb Text Font Color

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

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


#6541fb Background Color

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

This div background color is #6541fb


#6541fb Border Color

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

This div border color is #6541fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6541fb


Comments

No comments written yet.

Please login to write comment.