Color Hex Logo

#b765ab Color Hex

#B765AB
(183,101,171)
0 Favorites   0 Comments

Color spaces of #b765ab

RGB 183101171
HSL0.860.360.56
HSV309°45°72°
CMYK 0.000.450.07   0.28
XYZ31.532822.314941.1733
Yxy22.31490.33190.2348
Hunter Lab47.238636.4849-18.6102
CIE-Lab54.359542.8605-23.3172

#b765ab color RGB value is (183,101,171).

#b765ab hex color red value is 183, green value is 101 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b765ab hue: 0.86 , saturation: 0.36 and the lightness value of b765ab is 0.56.

The process color (four color CMYK) of #b765ab color hex is 0.00, 0.45, 0.07, 0.28. Web safe color of #b765ab is #cc6699. Color #b765ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 10101011
Octal 267 145 253
Decimal 183 101 171
Hex B7 65 AB

RGB Percentages of Color #b765ab

%40.22
%22.20
%37.58

CMYK Percentages of Color #b765ab

%0
%45
%7
%28

Triadic Colors of #b765ab

#b765ab #abb765 #65abb7

Analogous Colors of #b765ab

#b765ab #b76582 #9a65b7

Monochromatic Colors of #b765ab

#b765ab

Complementary Color

#b765ab #65b771

#b765ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b765ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b765ab Color CSS Codes

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

#b765ab Text Font Color

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

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


#b765ab Background Color

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

This div background color is #b765ab


#b765ab Border Color

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

This div border color is #b765ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b765ab


Comments

No comments written yet.

Please login to write comment.