Color Hex Logo

#b374bc Color Hex

#B374BC
(179,116,188)
0 Favorites   0 Comments

Color spaces of #b374bc

RGB 179116188
HSL0.810.350.60
HSV293°38°74°
CMYK 0.050.380.00   0.26
XYZ33.912925.705350.7512
Yxy25.70530.30730.2329
Hunter Lab50.700430.6709-23.8591
CIE-Lab57.756336.7178-27.9032

#b374bc color RGB value is (179,116,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 10111100
Octal 263 164 274
Decimal 179 116 188
Hex B3 74 BC

RGB Percentages of Color #b374bc

%37.06
%24.02
%38.92

CMYK Percentages of Color #b374bc

%5
%38
%0
%26

Triadic Colors of #b374bc

#b374bc #bcb374 #74bcb3

Analogous Colors of #b374bc

#b374bc #bc74a1 #8f74bc

Monochromatic Colors of #b374bc

#b374bc

Complementary Color

#b374bc #7dbc74

#b374bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b374bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b374bc Color CSS Codes

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

#b374bc Text Font Color

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

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


#b374bc Background Color

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

This div background color is #b374bc


#b374bc Border Color

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

This div border color is #b374bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b374bc


Comments

No comments written yet.

Please login to write comment.