Color Hex Logo

#b756da Color Hex

#B756DA
(183,86,218)
0 Favorites   0 Comments

Color spaces of #b756da

RGB 18386218
HSL0.790.640.60
HSV284°61°85°
CMYK 0.160.610.00   0.15
XYZ35.511121.784868.6629
Yxy21.78480.28190.1730
Hunter Lab46.674254.1282-54.5502
CIE-Lab53.797959.2652-51.1666

#b756da color RGB value is (183,86,218).

#b756da hex color red value is 183, green value is 86 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b756da hue: 0.79 , saturation: 0.64 and the lightness value of b756da is 0.60.

The process color (four color CMYK) of #b756da color hex is 0.16, 0.61, 0.00, 0.15. Web safe color of #b756da is #cc66cc. Color #b756da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 11011010
Octal 267 126 332
Decimal 183 86 218
Hex B7 56 DA

RGB Percentages of Color #b756da

%37.58
%17.66
%44.76

CMYK Percentages of Color #b756da

%16
%61
%0
%15

Triadic Colors of #b756da

#b756da #dab756 #56dab7

Analogous Colors of #b756da

#b756da #da56bb #7556da

Monochromatic Colors of #b756da

#b756da

Complementary Color

#b756da #79da56

#b756da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b756da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b756da Color CSS Codes

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

#b756da Text Font Color

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

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


#b756da Background Color

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

This div background color is #b756da


#b756da Border Color

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

This div border color is #b756da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b756da


Comments

No comments written yet.

Please login to write comment.