Color Hex Logo

#b632bd Color Hex

#B632BD
(182,50,189)
0 Favorites   0 Comments

Color spaces of #b632bd

RGB 18250189
HSL0.820.580.47
HSV297°74°74°
CMYK 0.040.740.00   0.26
XYZ29.617315.900449.6522
Yxy15.90040.31120.1671
Hunter Lab39.875362.7987-45.9144
CIE-Lab46.843568.1013-45.5907

#b632bd color RGB value is (182,50,189).

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

The process color (four color CMYK) of #b632bd color hex is 0.04, 0.74, 0.00, 0.26. Web safe color of #b632bd is #cc33cc. Color #b632bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110010 10111101
Octal 266 62 275
Decimal 182 50 189
Hex B6 32 BD

RGB Percentages of Color #b632bd

%43.23
%11.88
%44.89

CMYK Percentages of Color #b632bd

%4
%74
%0
%26

Triadic Colors of #b632bd

#b632bd #bdb632 #32bdb6

Analogous Colors of #b632bd

#b632bd #bd327f #7132bd

Monochromatic Colors of #b632bd

#b632bd

Complementary Color

#b632bd #39bd32

#b632bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b632bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b632bd Color CSS Codes

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

#b632bd Text Font Color

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

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


#b632bd Background Color

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

This div background color is #b632bd


#b632bd Border Color

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

This div border color is #b632bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b632bd


Comments

No comments written yet.

Please login to write comment.