Color Hex Logo

#b77cb4 Color Hex

#B77CB4
(183,124,180)
0 Favorites   0 Comments

Color spaces of #b77cb4

RGB 183124180
HSL0.840.290.60
HSV303°32°72°
CMYK 0.000.320.02   0.28
XYZ34.974327.777946.6983
Yxy27.77790.31950.2538
Hunter Lab52.704726.2174-15.6398
CIE-Lab59.687632.0551-20.3305

#b77cb4 color RGB value is (183,124,180).

#b77cb4 hex color red value is 183, green value is 124 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #b77cb4 hue: 0.84 , saturation: 0.29 and the lightness value of b77cb4 is 0.60.

The process color (four color CMYK) of #b77cb4 color hex is 0.00, 0.32, 0.02, 0.28. Web safe color of #b77cb4 is #cc66cc. Color #b77cb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111100 10110100
Octal 267 174 264
Decimal 183 124 180
Hex B7 7C B4

RGB Percentages of Color #b77cb4

%37.58
%25.46
%36.96

CMYK Percentages of Color #b77cb4

%0
%32
%2
%28

Triadic Colors of #b77cb4

#b77cb4 #b4b77c #7cb4b7

Analogous Colors of #b77cb4

#b77cb4 #b77c97 #9d7cb7

Monochromatic Colors of #b77cb4

#b77cb4

Complementary Color

#b77cb4 #7cb77f

#b77cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77cb4 Color CSS Codes

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

#b77cb4 Text Font Color

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

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


#b77cb4 Background Color

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

This div background color is #b77cb4


#b77cb4 Border Color

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

This div border color is #b77cb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77cb4


Comments

No comments written yet.

Please login to write comment.