Color Hex Logo

#b756e7 Color Hex

#B756E7
(183,86,231)
0 Favorites   0 Comments

Color spaces of #b756e7

RGB 18386231
HSL0.780.750.62
HSV280°63°91°
CMYK 0.210.630.00   0.09
XYZ37.280022.492477.9779
Yxy22.49240.27060.1633
Hunter Lab47.426257.3167-64.2861
CIE-Lab54.545661.9253-57.3068

#b756e7 color RGB value is (183,86,231).

#b756e7 hex color red value is 183, green value is 86 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #b756e7 hue: 0.78 , saturation: 0.75 and the lightness value of b756e7 is 0.62.

The process color (four color CMYK) of #b756e7 color hex is 0.21, 0.63, 0.00, 0.09. Web safe color of #b756e7 is #cc66ff. Color #b756e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 11100111
Octal 267 126 347
Decimal 183 86 231
Hex B7 56 E7

RGB Percentages of Color #b756e7

%36.60
%17.20
%46.20

CMYK Percentages of Color #b756e7

%21
%63
%0
%9

Triadic Colors of #b756e7

#b756e7 #e7b756 #56e7b7

Analogous Colors of #b756e7

#b756e7 #e756cf #6f56e7

Monochromatic Colors of #b756e7

#b756e7

Complementary Color

#b756e7 #86e756

#b756e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b756e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b756e7 Color CSS Codes

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

#b756e7 Text Font Color

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

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


#b756e7 Background Color

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

This div background color is #b756e7


#b756e7 Border Color

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

This div border color is #b756e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b756e7


Comments

No comments written yet.

Please login to write comment.