Color Hex Logo

#b32ebc Color Hex

#B32EBC
(179,46,188)
0 Favorites   0 Comments

Color spaces of #b32ebc

RGB 17946188
HSL0.820.610.46
HSV296°76°74°
CMYK 0.050.760.00   0.26
XYZ28.644515.168548.9950
Yxy15.16850.30860.1634
Hunter Lab38.946863.1261-47.3241
CIE-Lab45.864168.5702-46.5972

#b32ebc color RGB value is (179,46,188).

#b32ebc hex color red value is 179, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b32ebc hue: 0.82 , saturation: 0.61 and the lightness value of b32ebc is 0.46.

The process color (four color CMYK) of #b32ebc color hex is 0.05, 0.76, 0.00, 0.26. Web safe color of #b32ebc is #cc33cc. Color #b32ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101110 10111100
Octal 263 56 274
Decimal 179 46 188
Hex B3 2E BC

RGB Percentages of Color #b32ebc

%43.34
%11.14
%45.52

CMYK Percentages of Color #b32ebc

%5
%76
%0
%26

Triadic Colors of #b32ebc

#b32ebc #bcb32e #2ebcb3

Analogous Colors of #b32ebc

#b32ebc #bc2e7e #6c2ebc

Monochromatic Colors of #b32ebc

#b32ebc

Complementary Color

#b32ebc #37bc2e

#b32ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32ebc Color CSS Codes

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

#b32ebc Text Font Color

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

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


#b32ebc Background Color

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

This div background color is #b32ebc


#b32ebc Border Color

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

This div border color is #b32ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32ebc


Comments

No comments written yet.

Please login to write comment.