Color Hex Logo

#b132dc Color Hex

#B132DC
(177,50,220)
0 Favorites   0 Comments

Color spaces of #b132dc

RGB 17750220
HSL0.790.710.53
HSV285°77°86°
CMYK 0.200.770.00   0.14
XYZ32.190316.795669.2554
Yxy16.79560.27220.1420
Hunter Lab40.982468.4864-71.5053
CIE-Lab48.001572.6553-61.6524

#b132dc color RGB value is (177,50,220).

#b132dc hex color red value is 177, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b132dc hue: 0.79 , saturation: 0.71 and the lightness value of b132dc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110010 11011100
Octal 261 62 334
Decimal 177 50 220
Hex B1 32 DC

RGB Percentages of Color #b132dc

%39.60
%11.19
%49.22

CMYK Percentages of Color #b132dc

%20
%77
%0
%14

Triadic Colors of #b132dc

#b132dc #dcb132 #32dcb1

Analogous Colors of #b132dc

#b132dc #dc32b2 #5c32dc

Monochromatic Colors of #b132dc

#b132dc

Complementary Color

#b132dc #5ddc32

#b132dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b132dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b132dc Color CSS Codes

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

#b132dc Text Font Color

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

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


#b132dc Background Color

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

This div background color is #b132dc


#b132dc Border Color

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

This div border color is #b132dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b132dc


Comments

No comments written yet.

Please login to write comment.