Color Hex Logo

#b756dc Color Hex

#B756DC
(183,86,220)
0 Favorites   0 Comments

Color spaces of #b756dc

RGB 18386220
HSL0.790.660.60
HSV283°61°86°
CMYK 0.170.610.00   0.14
XYZ35.774521.890270.0498
Yxy21.89020.28010.1714
Hunter Lab46.787054.6084-56.0186
CIE-Lab53.910359.6690-52.1199

#b756dc color RGB value is (183,86,220).

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

The process color (four color CMYK) of #b756dc color hex is 0.17, 0.61, 0.00, 0.14. Web safe color of #b756dc is #cc66cc. Color #b756dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 11011100
Octal 267 126 334
Decimal 183 86 220
Hex B7 56 DC

RGB Percentages of Color #b756dc

%37.42
%17.59
%44.99

CMYK Percentages of Color #b756dc

%17
%61
%0
%14

Triadic Colors of #b756dc

#b756dc #dcb756 #56dcb7

Analogous Colors of #b756dc

#b756dc #dc56be #7456dc

Monochromatic Colors of #b756dc

#b756dc

Complementary Color

#b756dc #7bdc56

#b756dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b756dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b756dc Color CSS Codes

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

#b756dc Text Font Color

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

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


#b756dc Background Color

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

This div background color is #b756dc


#b756dc Border Color

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

This div border color is #b756dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b756dc


Comments

No comments written yet.

Please login to write comment.