Color Hex Logo

#bc46dd Color Hex

#BC46DD
(188,70,221)
0 Favorites   0 Comments

Color spaces of #bc46dd

RGB 18870221
HSL0.800.690.57
HSV287°68°87°
CMYK 0.150.680.00   0.13
XYZ35.980320.292170.4270
Yxy20.29210.28400.1602
Hunter Lab45.046863.7419-61.1625
CIE-Lab52.165967.8791-55.4369

#bc46dd color RGB value is (188,70,221).

#bc46dd hex color red value is 188, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc46dd hue: 0.80 , saturation: 0.69 and the lightness value of bc46dd is 0.57.

The process color (four color CMYK) of #bc46dd color hex is 0.15, 0.68, 0.00, 0.13. Web safe color of #bc46dd is #cc33cc. Color #bc46dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 11011101
Octal 274 106 335
Decimal 188 70 221
Hex BC 46 DD

RGB Percentages of Color #bc46dd

%39.25
%14.61
%46.14

CMYK Percentages of Color #bc46dd

%15
%68
%0
%13

Triadic Colors of #bc46dd

#bc46dd #ddbc46 #46ddbc

Analogous Colors of #bc46dd

#bc46dd #dd46b3 #7146dd

Monochromatic Colors of #bc46dd

#bc46dd

Complementary Color

#bc46dd #67dd46

#bc46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc46dd Color CSS Codes

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

#bc46dd Text Font Color

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

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


#bc46dd Background Color

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

This div background color is #bc46dd


#bc46dd Border Color

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

This div border color is #bc46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc46dd


Comments

No comments written yet.

Please login to write comment.