Color Hex Logo

#bc47de Color Hex

#BC47DE
(188,71,222)
0 Favorites   0 Comments

Color spaces of #bc47de

RGB 18871222
HSL0.800.700.57
HSV286°68°87°
CMYK 0.150.680.00   0.13
XYZ36.177120.471871.1519
Yxy20.47180.28310.1602
Hunter Lab45.245863.5429-61.5653
CIE-Lab52.366567.6725-55.6824

#bc47de color RGB value is (188,71,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 11011110
Octal 274 107 336
Decimal 188 71 222
Hex BC 47 DE

RGB Percentages of Color #bc47de

%39.09
%14.76
%46.15

CMYK Percentages of Color #bc47de

%15
%68
%0
%13

Triadic Colors of #bc47de

#bc47de #debc47 #47debc

Analogous Colors of #bc47de

#bc47de #de47b5 #7147de

Monochromatic Colors of #bc47de

#bc47de

Complementary Color

#bc47de #69de47

#bc47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc47de Color CSS Codes

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

#bc47de Text Font Color

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

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


#bc47de Background Color

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

This div background color is #bc47de


#bc47de Border Color

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

This div border color is #bc47de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc47de


Comments

No comments written yet.

Please login to write comment.