Color Hex Logo

#b77cce Color Hex

#B77CCE
(183,124,206)
0 Favorites   0 Comments

Color spaces of #b77cce

RGB 183124206
HSL0.790.460.65
HSV283°40°81°
CMYK 0.110.400.00   0.19
XYZ37.876728.938861.9820
Yxy28.93880.29410.2247
Hunter Lab53.794831.5402-30.6572
CIE-Lab60.727637.2213-33.4655

#b77cce color RGB value is (183,124,206).

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

The process color (four color CMYK) of #b77cce color hex is 0.11, 0.40, 0.00, 0.19. Web safe color of #b77cce is #cc66cc. Color #b77cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111100 11001110
Octal 267 174 316
Decimal 183 124 206
Hex B7 7C CE

RGB Percentages of Color #b77cce

%35.67
%24.17
%40.16

CMYK Percentages of Color #b77cce

%11
%40
%0
%19

Triadic Colors of #b77cce

#b77cce #ceb77c #7cceb7

Analogous Colors of #b77cce

#b77cce #ce7cbc #8e7cce

Monochromatic Colors of #b77cce

#b77cce

Complementary Color

#b77cce #93ce7c

#b77cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77cce Color CSS Codes

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

#b77cce Text Font Color

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

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


#b77cce Background Color

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

This div background color is #b77cce


#b77cce Border Color

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

This div border color is #b77cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77cce


Comments

No comments written yet.

Please login to write comment.