Color Hex Logo

#b432cc Color Hex

#B432CC
(180,50,204)
0 Favorites   0 Comments

Color spaces of #b432cc

RGB 18050204
HSL0.810.610.50
HSV291°75°80°
CMYK 0.120.750.00   0.20
XYZ30.862116.344158.6549
Yxy16.34410.29150.1544
Hunter Lab40.427865.5159-57.7217
CIE-Lab47.422770.2888-53.3844

#b432cc color RGB value is (180,50,204).

#b432cc hex color red value is 180, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b432cc hue: 0.81 , saturation: 0.61 and the lightness value of b432cc is 0.50.

The process color (four color CMYK) of #b432cc color hex is 0.12, 0.75, 0.00, 0.20. Web safe color of #b432cc is #cc33cc. Color #b432cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110010 11001100
Octal 264 62 314
Decimal 180 50 204
Hex B4 32 CC

RGB Percentages of Color #b432cc

%41.47
%11.52
%47.00

CMYK Percentages of Color #b432cc

%12
%75
%0
%20

Triadic Colors of #b432cc

#b432cc #ccb432 #32ccb4

Analogous Colors of #b432cc

#b432cc #cc3297 #6732cc

Monochromatic Colors of #b432cc

#b432cc

Complementary Color

#b432cc #4acc32

#b432cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b432cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b432cc Color CSS Codes

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

#b432cc Text Font Color

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

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


#b432cc Background Color

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

This div background color is #b432cc


#b432cc Border Color

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

This div border color is #b432cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,50,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b432cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b432cc;
  -webkit-box-shadow: 1px 1px 3px 2px #b432cc;
  box-shadow:         1px 1px 3px 2px #b432cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,50,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b432cc


Comments

No comments written yet.

Please login to write comment.