Color Hex Logo

#b032cc Color Hex

#B032CC
(176,50,204)
0 Favorites   0 Comments

Color spaces of #b032cc

RGB 17650204
HSL0.800.610.50
HSV289°75°80°
CMYK 0.140.750.00   0.20
XYZ29.944215.870958.6119
Yxy15.87090.28670.1520
Hunter Lab39.838364.4514-59.3433
CIE-Lab46.804769.5115-54.4102

#b032cc color RGB value is (176,50,204).

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

The process color (four color CMYK) of #b032cc color hex is 0.14, 0.75, 0.00, 0.20. Web safe color of #b032cc is #9933cc. Color #b032cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 11001100
Octal 260 62 314
Decimal 176 50 204
Hex B0 32 CC

RGB Percentages of Color #b032cc

%40.93
%11.63
%47.44

CMYK Percentages of Color #b032cc

%14
%75
%0
%20

Triadic Colors of #b032cc

#b032cc #ccb032 #32ccb0

Analogous Colors of #b032cc

#b032cc #cc329b #6332cc

Monochromatic Colors of #b032cc

#b032cc

Complementary Color

#b032cc #4ecc32

#b032cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b032cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b032cc Color CSS Codes

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

#b032cc Text Font Color

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

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


#b032cc Background Color

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

This div background color is #b032cc


#b032cc Border Color

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

This div border color is #b032cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b032cc


Comments

No comments written yet.

Please login to write comment.