Color Hex Logo

#bc3dce Color Hex

#BC3DCE
(188,61,206)
0 Favorites   0 Comments

Color spaces of #bc3dce

RGB 18861206
HSL0.810.600.52
HSV293°70°81°
CMYK 0.090.700.00   0.19
XYZ33.548418.485160.1923
Yxy18.48510.29890.1647
Hunter Lab42.994364.0433-52.9104
CIE-Lab50.079368.5332-50.2137

#bc3dce color RGB value is (188,61,206).

#bc3dce hex color red value is 188, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc3dce hue: 0.81 , saturation: 0.60 and the lightness value of bc3dce is 0.52.

The process color (four color CMYK) of #bc3dce color hex is 0.09, 0.70, 0.00, 0.19. Web safe color of #bc3dce is #cc33cc. Color #bc3dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111101 11001110
Octal 274 75 316
Decimal 188 61 206
Hex BC 3D CE

RGB Percentages of Color #bc3dce

%41.32
%13.41
%45.27

CMYK Percentages of Color #bc3dce

%9
%70
%0
%19

Triadic Colors of #bc3dce

#bc3dce #cebc3d #3dcebc

Analogous Colors of #bc3dce

#bc3dce #ce3d98 #743dce

Monochromatic Colors of #bc3dce

#bc3dce

Complementary Color

#bc3dce #4fce3d

#bc3dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3dce Color CSS Codes

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

#bc3dce Text Font Color

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

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


#bc3dce Background Color

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

This div background color is #bc3dce


#bc3dce Border Color

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

This div border color is #bc3dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3dce


Comments

No comments written yet.

Please login to write comment.