Color Hex Logo

#b761bd Color Hex

#B761BD
(183,97,189)
0 Favorites   0 Comments

Color spaces of #b761bd

RGB 18397189
HSL0.820.410.56
HSV296°49°74°
CMYK 0.030.490.00   0.26
XYZ32.988422.290850.7080
Yxy22.29080.31120.2103
Hunter Lab47.213142.0972-30.6296
CIE-Lab54.334248.2158-33.7593

#b761bd color RGB value is (183,97,189).

#b761bd hex color red value is 183, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b761bd hue: 0.82 , saturation: 0.41 and the lightness value of b761bd is 0.56.

The process color (four color CMYK) of #b761bd color hex is 0.03, 0.49, 0.00, 0.26. Web safe color of #b761bd is #cc66cc. Color #b761bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 10111101
Octal 267 141 275
Decimal 183 97 189
Hex B7 61 BD

RGB Percentages of Color #b761bd

%39.02
%20.68
%40.30

CMYK Percentages of Color #b761bd

%3
%49
%0
%26

Triadic Colors of #b761bd

#b761bd #bdb761 #61bdb7

Analogous Colors of #b761bd

#b761bd #bd6195 #8961bd

Monochromatic Colors of #b761bd

#b761bd

Complementary Color

#b761bd #67bd61

#b761bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761bd Color CSS Codes

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

#b761bd Text Font Color

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

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


#b761bd Background Color

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

This div background color is #b761bd


#b761bd Border Color

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

This div border color is #b761bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,97,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 #b761bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761bd


Comments

No comments written yet.

Please login to write comment.