Color Hex Logo

#b373bc Color Hex

#B373BC
(179,115,188)
0 Favorites   0 Comments

Color spaces of #b373bc

RGB 179115188
HSL0.810.350.59
HSV293°39°74°
CMYK 0.050.390.00   0.26
XYZ33.798225.476050.7130
Yxy25.47600.30730.2316
Hunter Lab50.473831.1980-24.2394
CIE-Lab57.536337.2657-28.2435

#b373bc color RGB value is (179,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 10111100
Octal 263 163 274
Decimal 179 115 188
Hex B3 73 BC

RGB Percentages of Color #b373bc

%37.14
%23.86
%39.00

CMYK Percentages of Color #b373bc

%5
%39
%0
%26

Triadic Colors of #b373bc

#b373bc #bcb373 #73bcb3

Analogous Colors of #b373bc

#b373bc #bc73a1 #8f73bc

Monochromatic Colors of #b373bc

#b373bc

Complementary Color

#b373bc #7cbc73

#b373bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373bc Color CSS Codes

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

#b373bc Text Font Color

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

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


#b373bc Background Color

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

This div background color is #b373bc


#b373bc Border Color

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

This div border color is #b373bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373bc


Comments

No comments written yet.

Please login to write comment.