Color Hex Logo

#b77fcf Color Hex

#B77FCF
(183,127,207)
0 Favorites   0 Comments

Color spaces of #b77fcf

RGB 183127207
HSL0.780.450.65
HSV282°39°81°
CMYK 0.120.390.00   0.19
XYZ38.380329.751062.7511
Yxy29.75100.29320.2273
Hunter Lab54.544530.1489-30.0295
CIE-Lab61.438835.7793-32.9221

#b77fcf color RGB value is (183,127,207).

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

The process color (four color CMYK) of #b77fcf color hex is 0.12, 0.39, 0.00, 0.19. Web safe color of #b77fcf is #cc66cc. Color #b77fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 11001111
Octal 267 177 317
Decimal 183 127 207
Hex B7 7F CF

RGB Percentages of Color #b77fcf

%35.40
%24.56
%40.04

CMYK Percentages of Color #b77fcf

%12
%39
%0
%19

Triadic Colors of #b77fcf

#b77fcf #cfb77f #7fcfb7

Analogous Colors of #b77fcf

#b77fcf #cf7fbf #8f7fcf

Monochromatic Colors of #b77fcf

#b77fcf

Complementary Color

#b77fcf #97cf7f

#b77fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fcf Color CSS Codes

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

#b77fcf Text Font Color

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

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


#b77fcf Background Color

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

This div background color is #b77fcf


#b77fcf Border Color

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

This div border color is #b77fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fcf


Comments

No comments written yet.

Please login to write comment.