Color Hex Logo

#b032bc Color Hex

#B032BC
(176,50,188)
0 Favorites   0 Comments

Color spaces of #b032bc

RGB 17650188
HSL0.820.580.47
HSV295°73°74°
CMYK 0.060.730.00   0.26
XYZ28.122215.142249.0175
Yxy15.14220.30470.1641
Hunter Lab38.913060.9033-47.4467
CIE-Lab45.828366.6744-46.6823

#b032bc color RGB value is (176,50,188).

#b032bc hex color red value is 176, green value is 50 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b032bc hue: 0.82 , saturation: 0.58 and the lightness value of b032bc is 0.47.

The process color (four color CMYK) of #b032bc color hex is 0.06, 0.73, 0.00, 0.26. Web safe color of #b032bc is #9933cc. Color #b032bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 10111100
Octal 260 62 274
Decimal 176 50 188
Hex B0 32 BC

RGB Percentages of Color #b032bc

%42.51
%12.08
%45.41

CMYK Percentages of Color #b032bc

%6
%73
%0
%26

Triadic Colors of #b032bc

#b032bc #bcb032 #32bcb0

Analogous Colors of #b032bc

#b032bc #bc3283 #6b32bc

Monochromatic Colors of #b032bc

#b032bc

Complementary Color

#b032bc #3ebc32

#b032bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b032bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b032bc Color CSS Codes

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

#b032bc Text Font Color

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

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


#b032bc Background Color

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

This div background color is #b032bc


#b032bc Border Color

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

This div border color is #b032bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b032bc


Comments

No comments written yet.

Please login to write comment.