Color Hex Logo

#b764fb Color Hex

#B764FB
(183,100,251)
0 Favorites   0 Comments

Color spaces of #b764fb

RGB 183100251
HSL0.760.950.69
HSV273°60°98°
CMYK 0.270.600.00   0.02
XYZ41.498226.146794.1264
Yxy26.14670.25650.1616
Hunter Lab51.133855.3793-73.3464
CIE-Lab58.176059.5909-62.6332

#b764fb color RGB value is (183,100,251).

#b764fb hex color red value is 183, green value is 100 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b764fb hue: 0.76 , saturation: 0.95 and the lightness value of b764fb is 0.69.

The process color (four color CMYK) of #b764fb color hex is 0.27, 0.60, 0.00, 0.02. Web safe color of #b764fb is #cc66ff. Color #b764fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 11111011
Octal 267 144 373
Decimal 183 100 251
Hex B7 64 FB

RGB Percentages of Color #b764fb

%34.27
%18.73
%47.00

CMYK Percentages of Color #b764fb

%27
%60
%0
%2

Triadic Colors of #b764fb

#b764fb #fbb764 #64fbb7

Analogous Colors of #b764fb

#b764fb #fb64f4 #6c64fb

Monochromatic Colors of #b764fb

#b764fb

Complementary Color

#b764fb #a8fb64

#b764fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b764fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b764fb Color CSS Codes

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

#b764fb Text Font Color

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

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


#b764fb Background Color

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

This div background color is #b764fb


#b764fb Border Color

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

This div border color is #b764fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,100,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b764fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b764fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b764fb;
  box-shadow:         1px 1px 3px 2px #b764fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,100,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 #b764fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b764fb


Comments

No comments written yet.

Please login to write comment.