Color Hex Logo

#b327bc Color Hex

#B327BC
(179,39,188)
0 Favorites   0 Comments

Color spaces of #b327bc

RGB 17939188
HSL0.820.660.45
HSV296°79°74°
CMYK 0.050.790.00   0.26
XYZ28.393014.665648.9112
Yxy14.66560.30870.1595
Hunter Lab38.295765.3251-48.9181
CIE-Lab45.172770.5663-47.7018

#b327bc color RGB value is (179,39,188).

#b327bc hex color red value is 179, green value is 39 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b327bc hue: 0.82 , saturation: 0.66 and the lightness value of b327bc is 0.45.

The process color (four color CMYK) of #b327bc color hex is 0.05, 0.79, 0.00, 0.26. Web safe color of #b327bc is #cc33cc. Color #b327bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 10111100
Octal 263 47 274
Decimal 179 39 188
Hex B3 27 BC

RGB Percentages of Color #b327bc

%44.09
%9.61
%46.31

CMYK Percentages of Color #b327bc

%5
%79
%0
%26

Triadic Colors of #b327bc

#b327bc #bcb327 #27bcb3

Analogous Colors of #b327bc

#b327bc #bc277b #6927bc

Monochromatic Colors of #b327bc

#b327bc

Complementary Color

#b327bc #30bc27

#b327bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b327bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b327bc Color CSS Codes

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

#b327bc Text Font Color

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

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


#b327bc Background Color

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

This div background color is #b327bc


#b327bc Border Color

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

This div border color is #b327bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b327bc


Comments

No comments written yet.

Please login to write comment.