Color Hex Logo

#b565bd Color Hex

#B565BD
(181,101,189)
0 Favorites   0 Comments

Color spaces of #b565bd

RGB 181101189
HSL0.820.400.57
HSV295°47°74°
CMYK 0.040.470.00   0.26
XYZ32.895022.805250.8122
Yxy22.80520.30880.2141
Hunter Lab47.754839.3855-29.6576
CIE-Lab54.871145.5696-32.9397

#b565bd color RGB value is (181,101,189).

#b565bd hex color red value is 181, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b565bd hue: 0.82 , saturation: 0.40 and the lightness value of b565bd is 0.57.

The process color (four color CMYK) of #b565bd color hex is 0.04, 0.47, 0.00, 0.26. Web safe color of #b565bd is #cc66cc. Color #b565bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 10111101
Octal 265 145 275
Decimal 181 101 189
Hex B5 65 BD

RGB Percentages of Color #b565bd

%38.43
%21.44
%40.13

CMYK Percentages of Color #b565bd

%4
%47
%0
%26

Triadic Colors of #b565bd

#b565bd #bdb565 #65bdb5

Analogous Colors of #b565bd

#b565bd #bd6599 #8965bd

Monochromatic Colors of #b565bd

#b565bd

Complementary Color

#b565bd #6dbd65

#b565bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b565bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b565bd Color CSS Codes

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

#b565bd Text Font Color

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

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


#b565bd Background Color

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

This div background color is #b565bd


#b565bd Border Color

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

This div border color is #b565bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b565bd


Comments

No comments written yet.

Please login to write comment.