Color Hex Logo

#b977ce Color Hex

#B977CE
(185,119,206)
0 Favorites   0 Comments

Color spaces of #b977ce

RGB 185119206
HSL0.790.470.64
HSV286°42°81°
CMYK 0.100.420.00   0.19
XYZ37.745027.964261.8008
Yxy27.96420.29600.2193
Hunter Lab52.881234.8658-32.2738
CIE-Lab59.856440.5495-34.8059

#b977ce color RGB value is (185,119,206).

#b977ce hex color red value is 185, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b977ce hue: 0.79 , saturation: 0.47 and the lightness value of b977ce is 0.64.

The process color (four color CMYK) of #b977ce color hex is 0.10, 0.42, 0.00, 0.19. Web safe color of #b977ce is #cc66cc. Color #b977ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11001110
Octal 271 167 316
Decimal 185 119 206
Hex B9 77 CE

RGB Percentages of Color #b977ce

%36.27
%23.33
%40.39

CMYK Percentages of Color #b977ce

%10
%42
%0
%19

Triadic Colors of #b977ce

#b977ce #ceb977 #77ceb9

Analogous Colors of #b977ce

#b977ce #ce77b8 #8e77ce

Monochromatic Colors of #b977ce

#b977ce

Complementary Color

#b977ce #8cce77

#b977ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977ce Color CSS Codes

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

#b977ce Text Font Color

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

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


#b977ce Background Color

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

This div background color is #b977ce


#b977ce Border Color

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

This div border color is #b977ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,119,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 #b977ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977ce


Comments

No comments written yet.

Please login to write comment.