Color Hex Logo

#bc82de Color Hex

#BC82DE
(188,130,222)
0 Favorites   0 Comments

Color spaces of #bc82de

RGB 188130222
HSL0.770.580.69
HSV278°41°87°
CMYK 0.150.410.00   0.13
XYZ41.906531.930673.0617
Yxy31.93060.28530.2174
Hunter Lab56.507233.4905-37.1048
CIE-Lab63.285538.8074-38.3957

#bc82de color RGB value is (188,130,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11011110
Octal 274 202 336
Decimal 188 130 222
Hex BC 82 DE

RGB Percentages of Color #bc82de

%34.81
%24.07
%41.11

CMYK Percentages of Color #bc82de

%15
%41
%0
%13

Triadic Colors of #bc82de

#bc82de #debc82 #82debc

Analogous Colors of #bc82de

#bc82de #de82d2 #8e82de

Monochromatic Colors of #bc82de

#bc82de

Complementary Color

#bc82de #a4de82

#bc82de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82de Color CSS Codes

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

#bc82de Text Font Color

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

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


#bc82de Background Color

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

This div background color is #bc82de


#bc82de Border Color

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

This div border color is #bc82de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82de


Comments

No comments written yet.

Please login to write comment.