Color Hex Logo

#bc3dbc Color Hex

#BC3DBC
(188,61,188)
0 Favorites   0 Comments

Color spaces of #bc3dbc

RGB 18861188
HSL0.830.510.49
HSV300°68°74°
CMYK 0.000.680.00   0.26
XYZ31.484917.659749.3262
Yxy17.65970.31970.1793
Hunter Lab42.023460.1951-40.1769
CIE-Lab49.080765.4386-41.3958

#bc3dbc color RGB value is (188,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111101 10111100
Octal 274 75 274
Decimal 188 61 188
Hex BC 3D BC

RGB Percentages of Color #bc3dbc

%43.02
%13.96
%43.02

CMYK Percentages of Color #bc3dbc

%0
%68
%0
%26

Triadic Colors of #bc3dbc

#bc3dbc #bcbc3d #3dbcbc

Analogous Colors of #bc3dbc

#bc3dbc #bc3d7d #7d3dbc

Monochromatic Colors of #bc3dbc

#bc3dbc

Complementary Color

#bc3dbc #3dbc3d

#bc3dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3dbc Color CSS Codes

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

#bc3dbc Text Font Color

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

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


#bc3dbc Background Color

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

This div background color is #bc3dbc


#bc3dbc Border Color

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

This div border color is #bc3dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3dbc


Comments

No comments written yet.

Please login to write comment.