Color Hex Logo

#b768fb Color Hex

#B768FB
(183,104,251)
0 Favorites   0 Comments

Color spaces of #b768fb

RGB 183104251
HSL0.760.950.70
HSV272°59°98°
CMYK 0.270.590.00   0.02
XYZ41.891326.932994.2574
Yxy26.93290.25690.1651
Hunter Lab51.896953.2660-71.3572
CIE-Lab58.912257.6119-61.4523

#b768fb color RGB value is (183,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101000 11111011
Octal 267 150 373
Decimal 183 104 251
Hex B7 68 FB

RGB Percentages of Color #b768fb

%34.01
%19.33
%46.65

CMYK Percentages of Color #b768fb

%27
%59
%0
%2

Triadic Colors of #b768fb

#b768fb #fbb768 #68fbb7

Analogous Colors of #b768fb

#b768fb #fb68f6 #6e68fb

Monochromatic Colors of #b768fb

#b768fb

Complementary Color

#b768fb #acfb68

#b768fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b768fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b768fb Color CSS Codes

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

#b768fb Text Font Color

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

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


#b768fb Background Color

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

This div background color is #b768fb


#b768fb Border Color

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

This div border color is #b768fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b768fb


Comments

No comments written yet.

Please login to write comment.