Color Hex Logo

#b376cb Color Hex

#B376CB
(179,118,203)
0 Favorites   0 Comments

Color spaces of #b376cb

RGB 179118203
HSL0.790.450.63
HSV283°42°80°
CMYK 0.120.420.00   0.20
XYZ35.848326.852459.7935
Yxy26.85240.29270.2192
Hunter Lab51.819332.8015-32.1403
CIE-Lab58.837538.6794-34.7501

#b376cb color RGB value is (179,118,203).

#b376cb hex color red value is 179, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b376cb hue: 0.79 , saturation: 0.45 and the lightness value of b376cb is 0.63.

The process color (four color CMYK) of #b376cb color hex is 0.12, 0.42, 0.00, 0.20. Web safe color of #b376cb is #cc66cc. Color #b376cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 11001011
Octal 263 166 313
Decimal 179 118 203
Hex B3 76 CB

RGB Percentages of Color #b376cb

%35.80
%23.60
%40.60

CMYK Percentages of Color #b376cb

%12
%42
%0
%20

Triadic Colors of #b376cb

#b376cb #cbb376 #76cbb3

Analogous Colors of #b376cb

#b376cb #cb76b9 #8976cb

Monochromatic Colors of #b376cb

#b376cb

Complementary Color

#b376cb #8ecb76

#b376cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b376cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b376cb Color CSS Codes

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

#b376cb Text Font Color

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

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


#b376cb Background Color

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

This div background color is #b376cb


#b376cb Border Color

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

This div border color is #b376cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,118,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b376cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b376cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b376cb;
  box-shadow:         1px 1px 3px 2px #b376cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,118,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b376cb


Comments

No comments written yet.

Please login to write comment.