color codes Logo

#bc3ea6 color codes

#BC3EA6
(188,62,166)
0 Favorites   0 Comments

Color spaces of #bc3ea6

RGB 18862166
HSL0.860.500.49
HSV310°67°74°
CMYK 0.000.670.12   0.26
XYZ29.344616.889837.7898
Yxy16.88980.34920.2010
Hunter Lab41.097255.5341-25.7504
CIE-Lab48.120961.5520-29.9980

#bc3ea6 color RGB value is (188,62,166).

#bc3ea6 hex color red value is 188, green value is 62 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bc3ea6 hue: 0.86 , saturation: 0.50 and the lightness value of bc3ea6 is 0.49.

The process color (four color CMYK) of #bc3ea6 color code is 0.00, 0.67, 0.12, 0.26. Web safe color of #bc3ea6 is #cc3399. Color #bc3ea6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111110 10100110
Octal 274 76 246
Decimal 188 62 166
Hex BC 3E A6

RGB Percentages of Color #bc3ea6

%45.19
%14.90
%39.90

CMYK Percentages of Color #bc3ea6

%0
%67
%12
%26

Triadic Colors of #bc3ea6

#bc3ea6 #a6bc3e #3ea6bc

Analogous Colors of #bc3ea6

#bc3ea6 #bc3e67 #933ebc

Monochromatic Colors of #bc3ea6

#bc3ea6

Complementary Color

#bc3ea6 #3ebc54

#bc3ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3ea6 Color CSS Codes

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

#bc3ea6 Text Font Color

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

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


#bc3ea6 Background Color

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

This div background color is #bc3ea6


#bc3ea6 Border Color

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

This div border color is #bc3ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3ea6


Comments

No comments written yet.

Please login to write comment.