Color Hex Logo

#b465bb Color Hex

#B465BB
(180,101,187)
0 Favorites   0 Comments

Color spaces of #b465bb

RGB 180101187
HSL0.820.390.56
HSV295°46°73°
CMYK 0.040.460.00   0.27
XYZ32.445722.598549.6656
Yxy22.59850.30990.2158
Hunter Lab47.537938.6391-28.6672
CIE-Lab54.656344.8897-32.1342

#b465bb color RGB value is (180,101,187).

#b465bb hex color red value is 180, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b465bb hue: 0.82 , saturation: 0.39 and the lightness value of b465bb is 0.56.

The process color (four color CMYK) of #b465bb color hex is 0.04, 0.46, 0.00, 0.27. Web safe color of #b465bb is #cc66cc. Color #b465bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 10111011
Octal 264 145 273
Decimal 180 101 187
Hex B4 65 BB

RGB Percentages of Color #b465bb

%38.46
%21.58
%39.96

CMYK Percentages of Color #b465bb

%4
%46
%0
%27

Triadic Colors of #b465bb

#b465bb #bbb465 #65bbb4

Analogous Colors of #b465bb

#b465bb #bb6597 #8965bb

Monochromatic Colors of #b465bb

#b465bb

Complementary Color

#b465bb #6cbb65

#b465bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465bb Color CSS Codes

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

#b465bb Text Font Color

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

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


#b465bb Background Color

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

This div background color is #b465bb


#b465bb Border Color

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

This div border color is #b465bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465bb


Comments

No comments written yet.

Please login to write comment.