Color Hex Logo

#bc3dba Color Hex

#BC3DBA
(188,61,186)
0 Favorites   0 Comments

Color spaces of #bc3dba

RGB 18861186
HSL0.840.510.49
HSV301°68°74°
CMYK 0.000.680.01   0.26
XYZ31.270717.574048.1984
Yxy17.57400.32220.1811
Hunter Lab41.921459.7874-38.8228
CIE-Lab48.975365.1068-40.3979

#bc3dba color RGB value is (188,61,186).

#bc3dba hex color red value is 188, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc3dba hue: 0.84 , saturation: 0.51 and the lightness value of bc3dba is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111101 10111010
Octal 274 75 272
Decimal 188 61 186
Hex BC 3D BA

RGB Percentages of Color #bc3dba

%43.22
%14.02
%42.76

CMYK Percentages of Color #bc3dba

%0
%68
%1
%26

Triadic Colors of #bc3dba

#bc3dba #babc3d #3dbabc

Analogous Colors of #bc3dba

#bc3dba #bc3d7b #7f3dbc

Monochromatic Colors of #bc3dba

#bc3dba

Complementary Color

#bc3dba #3dbc3f

#bc3dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3dba Color CSS Codes

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

#bc3dba Text Font Color

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

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


#bc3dba Background Color

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

This div background color is #bc3dba


#bc3dba Border Color

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

This div border color is #bc3dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3dba


Comments

No comments written yet.

Please login to write comment.