Color Hex Logo

#b77fdb Color Hex

#B77FDB
(183,127,219)
0 Favorites   0 Comments

Color spaces of #b77fdb

RGB 183127219
HSL0.770.560.68
HSV277°42°86°
CMYK 0.160.420.00   0.14
XYZ39.904030.360570.7748
Yxy30.36050.28290.2153
Hunter Lab55.100432.8451-37.5860
CIE-Lab61.964038.3425-38.8278

#b77fdb color RGB value is (183,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 11011011
Octal 267 177 333
Decimal 183 127 219
Hex B7 7F DB

RGB Percentages of Color #b77fdb

%34.59
%24.01
%41.40

CMYK Percentages of Color #b77fdb

%16
%42
%0
%14

Triadic Colors of #b77fdb

#b77fdb #dbb77f #7fdbb7

Analogous Colors of #b77fdb

#b77fdb #db7fd1 #897fdb

Monochromatic Colors of #b77fdb

#b77fdb

Complementary Color

#b77fdb #a3db7f

#b77fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fdb Color CSS Codes

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

#b77fdb Text Font Color

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

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


#b77fdb Background Color

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

This div background color is #b77fdb


#b77fdb Border Color

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

This div border color is #b77fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fdb


Comments

No comments written yet.

Please login to write comment.