Color Hex Logo

#b772db Color Hex

#B772DB
(183,114,219)
0 Favorites   0 Comments

Color spaces of #b772db

RGB 183114219
HSL0.780.590.65
HSV279°48°86°
CMYK 0.160.480.00   0.14
XYZ38.331927.216470.2508
Yxy27.21640.28230.2004
Hunter Lab52.169339.8582-43.3209
CIE-Lab59.174145.3854-43.2094

#b772db color RGB value is (183,114,219).

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

The process color (four color CMYK) of #b772db color hex is 0.16, 0.48, 0.00, 0.14. Web safe color of #b772db is #cc66cc. Color #b772db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 11011011
Octal 267 162 333
Decimal 183 114 219
Hex B7 72 DB

RGB Percentages of Color #b772db

%35.47
%22.09
%42.44

CMYK Percentages of Color #b772db

%16
%48
%0
%14

Triadic Colors of #b772db

#b772db #dbb772 #72dbb7

Analogous Colors of #b772db

#b772db #db72cb #8372db

Monochromatic Colors of #b772db

#b772db

Complementary Color

#b772db #96db72

#b772db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772db Color CSS Codes

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

#b772db Text Font Color

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

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


#b772db Background Color

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

This div background color is #b772db


#b772db Border Color

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

This div border color is #b772db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772db


Comments

No comments written yet.

Please login to write comment.