Color Hex Logo

#bc2bda Color Hex

#BC2BDA
(188,43,218)
0 Favorites   0 Comments

Color spaces of #bc2bda

RGB 18843218
HSL0.800.700.51
HSV290°80°85°
CMYK 0.140.800.00   0.15
XYZ34.257817.481167.8983
Yxy17.48110.28630.1461
Hunter Lab41.810473.0877-67.0171
CIE-Lab48.860676.2594-59.0403

#bc2bda color RGB value is (188,43,218).

#bc2bda hex color red value is 188, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc2bda hue: 0.80 , saturation: 0.70 and the lightness value of bc2bda is 0.51.

The process color (four color CMYK) of #bc2bda color hex is 0.14, 0.80, 0.00, 0.15. Web safe color of #bc2bda is #cc33cc. Color #bc2bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 11011010
Octal 274 53 332
Decimal 188 43 218
Hex BC 2B DA

RGB Percentages of Color #bc2bda

%41.87
%9.58
%48.55

CMYK Percentages of Color #bc2bda

%14
%80
%0
%15

Triadic Colors of #bc2bda

#bc2bda #dabc2b #2bdabc

Analogous Colors of #bc2bda

#bc2bda #da2ba1 #652bda

Monochromatic Colors of #bc2bda

#bc2bda

Complementary Color

#bc2bda #49da2b

#bc2bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bda Color CSS Codes

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

#bc2bda Text Font Color

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

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


#bc2bda Background Color

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

This div background color is #bc2bda


#bc2bda Border Color

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

This div border color is #bc2bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,43,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bda


Comments

No comments written yet.

Please login to write comment.