Color Hex Logo

#6150fb Color Hex

#6150FB
(97,80,251)
0 Favorites   0 Comments

Color spaces of #6150fb

RGB 9780251
HSL0.680.960.65
HSV246°68°98°
CMYK 0.610.680.00   0.02
XYZ25.211015.243792.8804
Yxy15.24370.18910.1143
Hunter Lab39.043246.9356-113.7156
CIE-Lab45.966254.1623-82.8402

#6150fb color RGB value is (97,80,251).

#6150fb hex color red value is 97, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6150fb hue: 0.68 , saturation: 0.96 and the lightness value of 6150fb is 0.65.

The process color (four color CMYK) of #6150fb color hex is 0.61, 0.68, 0.00, 0.02. Web safe color of #6150fb is #6666ff. Color #6150fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 11111011
Octal 141 120 373
Decimal 97 80 251
Hex 61 50 FB

RGB Percentages of Color #6150fb

%22.66
%18.69
%58.64

CMYK Percentages of Color #6150fb

%61
%68
%0
%2

Triadic Colors of #6150fb

#6150fb #fb6150 #50fb61

Analogous Colors of #6150fb

#6150fb #b750fb #5095fb

Monochromatic Colors of #6150fb

#6150fb

Complementary Color

#6150fb #eafb50

#6150fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6150fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6150fb Color CSS Codes

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

#6150fb Text Font Color

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

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


#6150fb Background Color

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

This div background color is #6150fb


#6150fb Border Color

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

This div border color is #6150fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6150fb


Comments

No comments written yet.

Please login to write comment.