Color Hex Logo

#b77ddd Color Hex

#B77DDD
(183,125,221)
0 Favorites   0 Comments

Color spaces of #b77ddd

RGB 183125221
HSL0.770.590.68
HSV276°43°87°
CMYK 0.170.430.00   0.13
XYZ39.913229.955072.0848
Yxy29.95500.28120.2110
Hunter Lab54.731234.3932-39.7773
CIE-Lab61.615439.8741-40.4913

#b77ddd color RGB value is (183,125,221).

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

The process color (four color CMYK) of #b77ddd color hex is 0.17, 0.43, 0.00, 0.13. Web safe color of #b77ddd is #cc66cc. Color #b77ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111101 11011101
Octal 267 175 335
Decimal 183 125 221
Hex B7 7D DD

RGB Percentages of Color #b77ddd

%34.59
%23.63
%41.78

CMYK Percentages of Color #b77ddd

%17
%43
%0
%13

Triadic Colors of #b77ddd

#b77ddd #ddb77d #7dddb7

Analogous Colors of #b77ddd

#b77ddd #dd7dd3 #877ddd

Monochromatic Colors of #b77ddd

#b77ddd

Complementary Color

#b77ddd #a3dd7d

#b77ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77ddd Color CSS Codes

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

#b77ddd Text Font Color

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

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


#b77ddd Background Color

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

This div background color is #b77ddd


#b77ddd Border Color

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

This div border color is #b77ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77ddd


Comments

No comments written yet.

Please login to write comment.