Color Hex Logo

#b77bdc Color Hex

#B77BDC
(183,123,220)
0 Favorites   0 Comments

Color spaces of #b77bdc

RGB 183123220
HSL0.770.580.67
HSV277°44°86°
CMYK 0.170.440.00   0.14
XYZ39.529729.400571.3016
Yxy29.40050.28190.2097
Hunter Lab54.222235.2432-40.0101
CIE-Lab61.133540.7482-40.6886

#b77bdc color RGB value is (183,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111011 11011100
Octal 267 173 334
Decimal 183 123 220
Hex B7 7B DC

RGB Percentages of Color #b77bdc

%34.79
%23.38
%41.83

CMYK Percentages of Color #b77bdc

%17
%44
%0
%14

Triadic Colors of #b77bdc

#b77bdc #dcb77b #7bdcb7

Analogous Colors of #b77bdc

#b77bdc #dc7bd1 #877bdc

Monochromatic Colors of #b77bdc

#b77bdc

Complementary Color

#b77bdc #a0dc7b

#b77bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77bdc Color CSS Codes

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

#b77bdc Text Font Color

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

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


#b77bdc Background Color

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

This div background color is #b77bdc


#b77bdc Border Color

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

This div border color is #b77bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77bdc


Comments

No comments written yet.

Please login to write comment.