Color Hex Logo

#b32fbe Color Hex

#B32FBE
(179,47,190)
0 Favorites   0 Comments

Color spaces of #b32fbe

RGB 17947190
HSL0.820.600.46
HSV295°75°75°
CMYK 0.060.750.00   0.25
XYZ28.901215.334450.1518
Yxy15.33440.30620.1625
Hunter Lab39.159263.2124-48.5223
CIE-Lab46.088868.6000-47.4065

#b32fbe color RGB value is (179,47,190).

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

The process color (four color CMYK) of #b32fbe color hex is 0.06, 0.75, 0.00, 0.25. Web safe color of #b32fbe is #cc33cc. Color #b32fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101111 10111110
Octal 263 57 276
Decimal 179 47 190
Hex B3 2F BE

RGB Percentages of Color #b32fbe

%43.03
%11.30
%45.67

CMYK Percentages of Color #b32fbe

%6
%75
%0
%25

Triadic Colors of #b32fbe

#b32fbe #beb32f #2fbeb3

Analogous Colors of #b32fbe

#b32fbe #be2f82 #6c2fbe

Monochromatic Colors of #b32fbe

#b32fbe

Complementary Color

#b32fbe #3abe2f

#b32fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32fbe Color CSS Codes

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

#b32fbe Text Font Color

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

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


#b32fbe Background Color

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

This div background color is #b32fbe


#b32fbe Border Color

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

This div border color is #b32fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32fbe


Comments

No comments written yet.

Please login to write comment.