Color Hex Logo

#bc82dd Color Hex

#BC82DD
(188,130,221)
0 Favorites   0 Comments

Color spaces of #bc82dd

RGB 188130221
HSL0.770.570.69
HSV278°41°87°
CMYK 0.150.410.00   0.13
XYZ41.772831.877172.3578
Yxy31.87710.28610.2183
Hunter Lab56.459833.2618-36.4631
CIE-Lab63.241238.5933-37.9079

#bc82dd color RGB value is (188,130,221).

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

The process color (four color CMYK) of #bc82dd color hex is 0.15, 0.41, 0.00, 0.13. Web safe color of #bc82dd is #cc99cc. Color #bc82dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11011101
Octal 274 202 335
Decimal 188 130 221
Hex BC 82 DD

RGB Percentages of Color #bc82dd

%34.88
%24.12
%41.00

CMYK Percentages of Color #bc82dd

%15
%41
%0
%13

Triadic Colors of #bc82dd

#bc82dd #ddbc82 #82ddbc

Analogous Colors of #bc82dd

#bc82dd #dd82d1 #8f82dd

Monochromatic Colors of #bc82dd

#bc82dd

Complementary Color

#bc82dd #a3dd82

#bc82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82dd Color CSS Codes

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

#bc82dd Text Font Color

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

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


#bc82dd Background Color

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

This div background color is #bc82dd


#bc82dd Border Color

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

This div border color is #bc82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82dd


Comments

No comments written yet.

Please login to write comment.