Color Hex Logo

#bc30bd Color Hex

#BC30BD
(188,48,189)
0 Favorites   0 Comments

Color spaces of #bc30bd

RGB 18848189
HSL0.830.590.46
HSV300°75°74°
CMYK 0.010.750.00   0.26
XYZ30.981316.479449.6921
Yxy16.47940.31890.1696
Hunter Lab40.594865.1873-44.1605
CIE-Lab47.597369.9784-44.3324

#bc30bd color RGB value is (188,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 10111101
Octal 274 60 275
Decimal 188 48 189
Hex BC 30 BD

RGB Percentages of Color #bc30bd

%44.24
%11.29
%44.47

CMYK Percentages of Color #bc30bd

%1
%75
%0
%26

Triadic Colors of #bc30bd

#bc30bd #bdbc30 #30bdbc

Analogous Colors of #bc30bd

#bc30bd #bd3078 #7630bd

Monochromatic Colors of #bc30bd

#bc30bd

Complementary Color

#bc30bd #31bd30

#bc30bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc30bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc30bd Color CSS Codes

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

#bc30bd Text Font Color

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

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


#bc30bd Background Color

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

This div background color is #bc30bd


#bc30bd Border Color

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

This div border color is #bc30bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc30bd


Comments

No comments written yet.

Please login to write comment.