Color Hex Logo

#b772bd Color Hex

#B772BD
(183,114,189)
0 Favorites   0 Comments

Color spaces of #b772bd

RGB 183114189
HSL0.820.360.59
HSV295°40°74°
CMYK 0.030.400.00   0.26
XYZ34.731125.776051.2889
Yxy25.77600.31070.2306
Hunter Lab50.770133.2617-24.3568
CIE-Lab57.823839.2560-28.3324

#b772bd color RGB value is (183,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 10111101
Octal 267 162 275
Decimal 183 114 189
Hex B7 72 BD

RGB Percentages of Color #b772bd

%37.65
%23.46
%38.89

CMYK Percentages of Color #b772bd

%3
%40
%0
%26

Triadic Colors of #b772bd

#b772bd #bdb772 #72bdb7

Analogous Colors of #b772bd

#b772bd #bd729e #9272bd

Monochromatic Colors of #b772bd

#b772bd

Complementary Color

#b772bd #78bd72

#b772bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772bd Color CSS Codes

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

#b772bd Text Font Color

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

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


#b772bd Background Color

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

This div background color is #b772bd


#b772bd Border Color

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

This div border color is #b772bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772bd


Comments

No comments written yet.

Please login to write comment.