Color Hex Logo

#bc2dbb Color Hex

#BC2DBB
(188,45,187)
0 Favorites   0 Comments

Color spaces of #bc2dbb

RGB 18845187
HSL0.830.610.46
HSV300°76°74°
CMYK 0.000.760.01   0.26
XYZ30.647116.156048.5168
Yxy16.15600.32150.1695
Hunter Lab40.194565.7604-43.4298
CIE-Lab47.178570.5417-43.8308

#bc2dbb color RGB value is (188,45,187).

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

The process color (four color CMYK) of #bc2dbb color hex is 0.00, 0.76, 0.01, 0.26. Web safe color of #bc2dbb is #cc33cc. Color #bc2dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101101 10111011
Octal 274 55 273
Decimal 188 45 187
Hex BC 2D BB

RGB Percentages of Color #bc2dbb

%44.76
%10.71
%44.52

CMYK Percentages of Color #bc2dbb

%0
%76
%1
%26

Triadic Colors of #bc2dbb

#bc2dbb #bbbc2d #2dbbbc

Analogous Colors of #bc2dbb

#bc2dbb #bc2d74 #762dbc

Monochromatic Colors of #bc2dbb

#bc2dbb

Complementary Color

#bc2dbb #2dbc2e

#bc2dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2dbb Color CSS Codes

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

#bc2dbb Text Font Color

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

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


#bc2dbb Background Color

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

This div background color is #bc2dbb


#bc2dbb Border Color

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

This div border color is #bc2dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2dbb


Comments

No comments written yet.

Please login to write comment.