Color Hex Logo

#b371bc Color Hex

#B371BC
(179,113,188)
0 Favorites   0 Comments

Color spaces of #b371bc

RGB 179113188
HSL0.810.360.59
HSV293°40°74°
CMYK 0.050.400.00   0.26
XYZ33.572625.024850.6378
Yxy25.02480.30730.2291
Hunter Lab50.024832.2514-24.9992
CIE-Lab57.099638.3582-28.9198

#b371bc color RGB value is (179,113,188).

#b371bc hex color red value is 179, green value is 113 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b371bc hue: 0.81 , saturation: 0.36 and the lightness value of b371bc is 0.59.

The process color (four color CMYK) of #b371bc color hex is 0.05, 0.40, 0.00, 0.26. Web safe color of #b371bc is #cc66cc. Color #b371bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110001 10111100
Octal 263 161 274
Decimal 179 113 188
Hex B3 71 BC

RGB Percentages of Color #b371bc

%37.29
%23.54
%39.17

CMYK Percentages of Color #b371bc

%5
%40
%0
%26

Triadic Colors of #b371bc

#b371bc #bcb371 #71bcb3

Analogous Colors of #b371bc

#b371bc #bc71a0 #8e71bc

Monochromatic Colors of #b371bc

#b371bc

Complementary Color

#b371bc #7abc71

#b371bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b371bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b371bc Color CSS Codes

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

#b371bc Text Font Color

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

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


#b371bc Background Color

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

This div background color is #b371bc


#b371bc Border Color

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

This div border color is #b371bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b371bc


Comments

No comments written yet.

Please login to write comment.