Color Hex Logo

#b77edb Color Hex

#B77EDB
(183,126,219)
0 Favorites   0 Comments

Color spaces of #b77edb

RGB 183126219
HSL0.770.560.68
HSV277°42°86°
CMYK 0.160.420.00   0.14
XYZ39.775530.103570.7320
Yxy30.10350.28290.2141
Hunter Lab54.866733.3867-38.0277
CIE-Lab61.743438.8911-39.1732

#b77edb color RGB value is (183,126,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11011011
Octal 267 176 333
Decimal 183 126 219
Hex B7 7E DB

RGB Percentages of Color #b77edb

%34.66
%23.86
%41.48

CMYK Percentages of Color #b77edb

%16
%42
%0
%14

Triadic Colors of #b77edb

#b77edb #dbb77e #7edbb7

Analogous Colors of #b77edb

#b77edb #db7ed1 #897edb

Monochromatic Colors of #b77edb

#b77edb

Complementary Color

#b77edb #a2db7e

#b77edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77edb Color CSS Codes

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

#b77edb Text Font Color

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

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


#b77edb Background Color

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

This div background color is #b77edb


#b77edb Border Color

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

This div border color is #b77edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77edb


Comments

No comments written yet.

Please login to write comment.