Color Hex Logo

#b327ee Color Hex

#B327EE
(179,39,238)
0 Favorites   0 Comments

Color spaces of #b327ee

RGB 17939238
HSL0.780.850.54
HSV282°84°93°
CMYK 0.250.840.00   0.07
XYZ34.748517.207882.3789
Yxy17.20780.25870.1281
Hunter Lab41.482376.9302-88.7053
CIE-Lab48.520879.4149-70.9993

#b327ee color RGB value is (179,39,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 11101110
Octal 263 47 356
Decimal 179 39 238
Hex B3 27 EE

RGB Percentages of Color #b327ee

%39.25
%8.55
%52.19

CMYK Percentages of Color #b327ee

%25
%84
%0
%7

Triadic Colors of #b327ee

#b327ee #eeb327 #27eeb3

Analogous Colors of #b327ee

#b327ee #ee27c6 #5027ee

Monochromatic Colors of #b327ee

#b327ee

Complementary Color

#b327ee #62ee27

#b327ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b327ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b327ee Color CSS Codes

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

#b327ee Text Font Color

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

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


#b327ee Background Color

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

This div background color is #b327ee


#b327ee Border Color

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

This div border color is #b327ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b327ee


Comments

No comments written yet.

Please login to write comment.