Color Hex Logo

#b77bdb Color Hex

#B77BDB
(183,123,219)
0 Favorites   0 Comments

Color spaces of #b77bdb

RGB 183123219
HSL0.770.570.67
HSV278°44°86°
CMYK 0.160.440.00   0.14
XYZ39.397629.347770.6060
Yxy29.34770.28270.2106
Hunter Lab54.173535.0102-39.3530
CIE-Lab61.087340.5312-40.2016

#b77bdb color RGB value is (183,123,219).

#b77bdb hex color red value is 183, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b77bdb hue: 0.77 , saturation: 0.57 and the lightness value of b77bdb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111011 11011011
Octal 267 173 333
Decimal 183 123 219
Hex B7 7B DB

RGB Percentages of Color #b77bdb

%34.86
%23.43
%41.71

CMYK Percentages of Color #b77bdb

%16
%44
%0
%14

Triadic Colors of #b77bdb

#b77bdb #dbb77b #7bdbb7

Analogous Colors of #b77bdb

#b77bdb #db7bcf #877bdb

Monochromatic Colors of #b77bdb

#b77bdb

Complementary Color

#b77bdb #9fdb7b

#b77bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77bdb Color CSS Codes

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

#b77bdb Text Font Color

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

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


#b77bdb Background Color

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

This div background color is #b77bdb


#b77bdb Border Color

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

This div border color is #b77bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77bdb


Comments

No comments written yet.

Please login to write comment.