Color Hex Logo

#b326ee Color Hex

#B326EE
(179,38,238)
0 Favorites   0 Comments

Color spaces of #b326ee

RGB 17938238
HSL0.780.850.54
HSV282°84°93°
CMYK 0.250.840.00   0.07
XYZ34.716117.143082.3681
Yxy17.14300.25860.1277
Hunter Lab41.404177.2097-88.9669
CIE-Lab48.439779.6533-71.1311

#b326ee color RGB value is (179,38,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100110 11101110
Octal 263 46 356
Decimal 179 38 238
Hex B3 26 EE

RGB Percentages of Color #b326ee

%39.34
%8.35
%52.31

CMYK Percentages of Color #b326ee

%25
%84
%0
%7

Triadic Colors of #b326ee

#b326ee #eeb326 #26eeb3

Analogous Colors of #b326ee

#b326ee #ee26c5 #4f26ee

Monochromatic Colors of #b326ee

#b326ee

Complementary Color

#b326ee #61ee26

#b326ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b326ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b326ee Color CSS Codes

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

#b326ee Text Font Color

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

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


#b326ee Background Color

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

This div background color is #b326ee


#b326ee Border Color

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

This div border color is #b326ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b326ee


Comments

No comments written yet.

Please login to write comment.