Color Hex Logo

#b327ff Color Hex

#B327FF
(179,39,255)
0 Favorites   0 Comments

Color spaces of #b327ff

RGB 17939255
HSL0.771.000.58
HSV279°85°100°
CMYK 0.300.850.00   0.00
XYZ37.365918.254796.1619
Yxy18.25470.24620.1203
Hunter Lab42.725581.3388-103.5355
CIE-Lab49.803682.6459-78.4320

#b327ff color RGB value is (179,39,255).

#b327ff hex color red value is 179, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b327ff hue: 0.77 , saturation: 1.00 and the lightness value of b327ff is 0.58.

The process color (four color CMYK) of #b327ff color hex is 0.30, 0.85, 0.00, 0.00. Web safe color of #b327ff is #cc33ff. Color #b327ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 11111111
Octal 263 47 377
Decimal 179 39 255
Hex B3 27 FF

RGB Percentages of Color #b327ff

%37.84
%8.25
%53.91

CMYK Percentages of Color #b327ff

%30
%85
%0
%0

Triadic Colors of #b327ff

#b327ff #ffb327 #27ffb3

Analogous Colors of #b327ff

#b327ff #ff27df #4727ff

Monochromatic Colors of #b327ff

#b327ff

Complementary Color

#b327ff #73ff27

#b327ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b327ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b327ff Color CSS Codes

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

#b327ff Text Font Color

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

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


#b327ff Background Color

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

This div background color is #b327ff


#b327ff Border Color

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

This div border color is #b327ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b327ff

Related Colors


Comments

No comments written yet.

Please login to write comment.