Color Hex Logo

#b372eb Color Hex

#B372EB
(179,114,235)
0 Favorites   0 Comments

Color spaces of #b372eb

RGB 179114235
HSL0.760.750.68
HSV272°51°92°
CMYK 0.240.510.00   0.08
XYZ39.603127.616581.8405
Yxy27.61650.26570.1853
Hunter Lab52.551442.5539-55.5488
CIE-Lab59.540747.8446-51.6016

#b372eb color RGB value is (179,114,235).

#b372eb hex color red value is 179, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b372eb hue: 0.76 , saturation: 0.75 and the lightness value of b372eb is 0.68.

The process color (four color CMYK) of #b372eb color hex is 0.24, 0.51, 0.00, 0.08. Web safe color of #b372eb is #cc66ff. Color #b372eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 11101011
Octal 263 162 353
Decimal 179 114 235
Hex B3 72 EB

RGB Percentages of Color #b372eb

%33.90
%21.59
%44.51

CMYK Percentages of Color #b372eb

%24
%51
%0
%8

Triadic Colors of #b372eb

#b372eb #ebb372 #72ebb3

Analogous Colors of #b372eb

#b372eb #eb72e7 #7772eb

Monochromatic Colors of #b372eb

#b372eb

Complementary Color

#b372eb #aaeb72

#b372eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b372eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b372eb Color CSS Codes

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

#b372eb Text Font Color

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

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


#b372eb Background Color

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

This div background color is #b372eb


#b372eb Border Color

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

This div border color is #b372eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b372eb


Comments

No comments written yet.

Please login to write comment.