Color Hex Logo

#b756cd Color Hex

#B756CD
(183,86,205)
0 Favorites   0 Comments

Color spaces of #b756cd

RGB 18386205
HSL0.800.540.57
HSV289°58°80°
CMYK 0.110.580.00   0.20
XYZ33.875721.130660.0508
Yxy21.13060.29440.1837
Hunter Lab45.968051.0998-45.2765
CIE-Lab53.092156.6921-44.8904

#b756cd color RGB value is (183,86,205).

#b756cd hex color red value is 183, green value is 86 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b756cd hue: 0.80 , saturation: 0.54 and the lightness value of b756cd is 0.57.

The process color (four color CMYK) of #b756cd color hex is 0.11, 0.58, 0.00, 0.20. Web safe color of #b756cd is #cc66cc. Color #b756cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 11001101
Octal 267 126 315
Decimal 183 86 205
Hex B7 56 CD

RGB Percentages of Color #b756cd

%38.61
%18.14
%43.25

CMYK Percentages of Color #b756cd

%11
%58
%0
%20

Triadic Colors of #b756cd

#b756cd #cdb756 #56cdb7

Analogous Colors of #b756cd

#b756cd #cd56a8 #7c56cd

Monochromatic Colors of #b756cd

#b756cd

Complementary Color

#b756cd #6ccd56

#b756cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b756cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b756cd Color CSS Codes

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

#b756cd Text Font Color

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

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


#b756cd Background Color

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

This div background color is #b756cd


#b756cd Border Color

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

This div border color is #b756cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b756cd


Comments

No comments written yet.

Please login to write comment.