Color Hex Logo

#b77fcc Color Hex

#B77FCC
(183,127,204)
0 Favorites   0 Comments

Color spaces of #b77fcc

RGB 183127204
HSL0.790.430.65
HSV284°38°80°
CMYK 0.100.380.00   0.20
XYZ38.016929.605760.8375
Yxy29.60570.29590.2305
Hunter Lab54.411129.4980-28.2048
CIE-Lab61.312535.1534-31.4304

#b77fcc color RGB value is (183,127,204).

#b77fcc hex color red value is 183, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b77fcc hue: 0.79 , saturation: 0.43 and the lightness value of b77fcc is 0.65.

The process color (four color CMYK) of #b77fcc color hex is 0.10, 0.38, 0.00, 0.20. Web safe color of #b77fcc is #cc66cc. Color #b77fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 11001100
Octal 267 177 314
Decimal 183 127 204
Hex B7 7F CC

RGB Percentages of Color #b77fcc

%35.60
%24.71
%39.69

CMYK Percentages of Color #b77fcc

%10
%38
%0
%20

Triadic Colors of #b77fcc

#b77fcc #ccb77f #7fccb7

Analogous Colors of #b77fcc

#b77fcc #cc7fbb #917fcc

Monochromatic Colors of #b77fcc

#b77fcc

Complementary Color

#b77fcc #94cc7f

#b77fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fcc Color CSS Codes

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

#b77fcc Text Font Color

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

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


#b77fcc Background Color

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

This div background color is #b77fcc


#b77fcc Border Color

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

This div border color is #b77fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fcc


Comments

No comments written yet.

Please login to write comment.