Color Hex Logo

#b756fd Color Hex

#B756FD
(183,86,253)
0 Favorites   0 Comments

Color spaces of #b756fd

RGB 18386253
HSL0.760.980.66
HSV275°66°99°
CMYK 0.280.660.00   0.01
XYZ40.585823.814795.3861
Yxy23.81470.25400.1490
Hunter Lab48.800363.0527-81.7293
CIE-Lab55.901866.5932-67.4004

#b756fd color RGB value is (183,86,253).

#b756fd hex color red value is 183, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b756fd hue: 0.76 , saturation: 0.98 and the lightness value of b756fd is 0.66.

The process color (four color CMYK) of #b756fd color hex is 0.28, 0.66, 0.00, 0.01. Web safe color of #b756fd is #cc66ff. Color #b756fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 11111101
Octal 267 126 375
Decimal 183 86 253
Hex B7 56 FD

RGB Percentages of Color #b756fd

%35.06
%16.48
%48.47

CMYK Percentages of Color #b756fd

%28
%66
%0
%1

Triadic Colors of #b756fd

#b756fd #fdb756 #56fdb7

Analogous Colors of #b756fd

#b756fd #fd56f0 #6456fd

Monochromatic Colors of #b756fd

#b756fd

Complementary Color

#b756fd #9cfd56

#b756fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b756fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b756fd Color CSS Codes

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

#b756fd Text Font Color

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

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


#b756fd Background Color

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

This div background color is #b756fd


#b756fd Border Color

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

This div border color is #b756fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,86,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b756fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b756fd

Related Colors


Comments

No comments written yet.

Please login to write comment.