Color Hex Logo

#b636bd Color Hex

#B636BD
(182,54,189)
0 Favorites   0 Comments

Color spaces of #b636bd

RGB 18254189
HSL0.820.560.48
HSV297°71°74°
CMYK 0.040.710.00   0.26
XYZ29.795916.257549.7117
Yxy16.25750.31110.1698
Hunter Lab40.320661.3460-44.8749
CIE-Lab47.310566.7685-44.8470

#b636bd color RGB value is (182,54,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110110 10111101
Octal 266 66 275
Decimal 182 54 189
Hex B6 36 BD

RGB Percentages of Color #b636bd

%42.82
%12.71
%44.47

CMYK Percentages of Color #b636bd

%4
%71
%0
%26

Triadic Colors of #b636bd

#b636bd #bdb636 #36bdb6

Analogous Colors of #b636bd

#b636bd #bd3681 #7336bd

Monochromatic Colors of #b636bd

#b636bd

Complementary Color

#b636bd #3dbd36

#b636bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b636bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b636bd Color CSS Codes

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

#b636bd Text Font Color

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

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


#b636bd Background Color

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

This div background color is #b636bd


#b636bd Border Color

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

This div border color is #b636bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b636bd


Comments

No comments written yet.

Please login to write comment.