Color Hex Logo

#bc36bd Color Hex

#BC36BD
(188,54,189)
0 Favorites   0 Comments

Color spaces of #bc36bd

RGB 18854189
HSL0.830.560.48
HSV300°71°74°
CMYK 0.010.710.00   0.26
XYZ31.243517.003849.7795
Yxy17.00380.31870.1735
Hunter Lab41.235763.0837-42.7096
CIE-Lab48.264868.0690-43.2717

#bc36bd color RGB value is (188,54,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 10111101
Octal 274 66 275
Decimal 188 54 189
Hex BC 36 BD

RGB Percentages of Color #bc36bd

%43.62
%12.53
%43.85

CMYK Percentages of Color #bc36bd

%1
%71
%0
%26

Triadic Colors of #bc36bd

#bc36bd #bdbc36 #36bdbc

Analogous Colors of #bc36bd

#bc36bd #bd367b #7936bd

Monochromatic Colors of #bc36bd

#bc36bd

Complementary Color

#bc36bd #37bd36

#bc36bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc36bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc36bd Color CSS Codes

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

#bc36bd Text Font Color

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

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


#bc36bd Background Color

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

This div background color is #bc36bd


#bc36bd Border Color

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

This div border color is #bc36bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc36bd


Comments

No comments written yet.

Please login to write comment.