Color Hex Logo

#9746fb Color Hex

#9746FB
(151,70,251)
0 Favorites   0 Comments

Color spaces of #9746fb

RGB 15170251
HSL0.740.960.63
HSV267°72°98°
CMYK 0.400.720.00   0.02
XYZ32.365217.924793.0208
Yxy17.92470.22580.1251
Hunter Lab42.337662.3646-100.6310
CIE-Lab49.404667.2371-77.0073

#9746fb color RGB value is (151,70,251).

#9746fb hex color red value is 151, green value is 70 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9746fb hue: 0.74 , saturation: 0.96 and the lightness value of 9746fb is 0.63.

The process color (four color CMYK) of #9746fb color hex is 0.40, 0.72, 0.00, 0.02. Web safe color of #9746fb is #9933ff. Color #9746fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000110 11111011
Octal 227 106 373
Decimal 151 70 251
Hex 97 46 FB

RGB Percentages of Color #9746fb

%31.99
%14.83
%53.18

CMYK Percentages of Color #9746fb

%40
%72
%0
%2

Triadic Colors of #9746fb

#9746fb #fb9746 #46fb97

Analogous Colors of #9746fb

#9746fb #f246fb #464ffb

Monochromatic Colors of #9746fb

#9746fb

Complementary Color

#9746fb #aafb46

#9746fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9746fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9746fb Color CSS Codes

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

#9746fb Text Font Color

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

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


#9746fb Background Color

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

This div background color is #9746fb


#9746fb Border Color

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

This div border color is #9746fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9746fb

#9746fb Color Palettes


Comments

No comments written yet.

Please login to write comment.