Color Hex Logo

#b327ef Color Hex

#B327EF
(179,39,239)
0 Favorites   0 Comments

Color spaces of #b327ef

RGB 17939239
HSL0.780.860.55
HSV282°84°94°
CMYK 0.250.840.00   0.06
XYZ34.895917.266783.1549
Yxy17.26670.25790.1276
Hunter Lab41.553277.1840-89.5619
CIE-Lab48.594379.6028-71.4430

#b327ef color RGB value is (179,39,239).

#b327ef hex color red value is 179, green value is 39 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b327ef hue: 0.78 , saturation: 0.86 and the lightness value of b327ef is 0.55.

The process color (four color CMYK) of #b327ef color hex is 0.25, 0.84, 0.00, 0.06. Web safe color of #b327ef is #cc33ff. Color #b327ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 11101111
Octal 263 47 357
Decimal 179 39 239
Hex B3 27 EF

RGB Percentages of Color #b327ef

%39.17
%8.53
%52.30

CMYK Percentages of Color #b327ef

%25
%84
%0
%6

Triadic Colors of #b327ef

#b327ef #efb327 #27efb3

Analogous Colors of #b327ef

#b327ef #ef27c7 #4f27ef

Monochromatic Colors of #b327ef

#b327ef

Complementary Color

#b327ef #63ef27

#b327ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b327ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b327ef Color CSS Codes

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

#b327ef Text Font Color

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

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


#b327ef Background Color

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

This div background color is #b327ef


#b327ef Border Color

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

This div border color is #b327ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b327ef


Comments

No comments written yet.

Please login to write comment.