Color Hex Logo

#bc71dd Color Hex

#BC71DD
(188,113,221)
0 Favorites   0 Comments

Color spaces of #bc71dd

RGB 188113221
HSL0.780.610.65
HSV282°49°87°
CMYK 0.150.490.00   0.13
XYZ39.695327.722171.6653
Yxy27.72210.28540.1993
Hunter Lab52.651842.4343-43.8445
CIE-Lab59.636847.7197-43.5638

#bc71dd color RGB value is (188,113,221).

#bc71dd hex color red value is 188, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc71dd hue: 0.78 , saturation: 0.61 and the lightness value of bc71dd is 0.65.

The process color (four color CMYK) of #bc71dd color hex is 0.15, 0.49, 0.00, 0.13. Web safe color of #bc71dd is #cc66cc. Color #bc71dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 11011101
Octal 274 161 335
Decimal 188 113 221
Hex BC 71 DD

RGB Percentages of Color #bc71dd

%36.02
%21.65
%42.34

CMYK Percentages of Color #bc71dd

%15
%49
%0
%13

Triadic Colors of #bc71dd

#bc71dd #ddbc71 #71ddbc

Analogous Colors of #bc71dd

#bc71dd #dd71c8 #8671dd

Monochromatic Colors of #bc71dd

#bc71dd

Complementary Color

#bc71dd #92dd71

#bc71dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc71dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc71dd Color CSS Codes

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

#bc71dd Text Font Color

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

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


#bc71dd Background Color

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

This div background color is #bc71dd


#bc71dd Border Color

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

This div border color is #bc71dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc71dd


Comments

No comments written yet.

Please login to write comment.