Color Hex Logo

#bc47dd Color Hex

#BC47DD
(188,71,221)
0 Favorites   0 Comments

Color spaces of #bc47dd

RGB 18871221
HSL0.800.690.57
HSV287°68°87°
CMYK 0.150.680.00   0.13
XYZ36.043420.418370.4480
Yxy20.41830.28400.1609
Hunter Lab45.186663.3051-60.8052
CIE-Lab52.306967.4825-55.2109

#bc47dd color RGB value is (188,71,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 11011101
Octal 274 107 335
Decimal 188 71 221
Hex BC 47 DD

RGB Percentages of Color #bc47dd

%39.17
%14.79
%46.04

CMYK Percentages of Color #bc47dd

%15
%68
%0
%13

Triadic Colors of #bc47dd

#bc47dd #ddbc47 #47ddbc

Analogous Colors of #bc47dd

#bc47dd #dd47b3 #7147dd

Monochromatic Colors of #bc47dd

#bc47dd

Complementary Color

#bc47dd #68dd47

#bc47dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc47dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc47dd Color CSS Codes

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

#bc47dd Text Font Color

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

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


#bc47dd Background Color

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

This div background color is #bc47dd


#bc47dd Border Color

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

This div border color is #bc47dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,71,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 #bc47dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc47dd


Comments

No comments written yet.

Please login to write comment.