Color Hex Logo

#bc82ed Color Hex

#BC82ED
(188,130,237)
0 Favorites   0 Comments

Color spaces of #bc82ed

RGB 188130237
HSL0.760.750.72
HSV273°45°93°
CMYK 0.210.450.00   0.07
XYZ44.007732.771184.1267
Yxy32.77110.27350.2037
Hunter Lab57.246037.0407-47.0582
CIE-Lab63.975142.0917-45.6337

#bc82ed color RGB value is (188,130,237).

#bc82ed hex color red value is 188, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bc82ed hue: 0.76 , saturation: 0.75 and the lightness value of bc82ed is 0.72.

The process color (four color CMYK) of #bc82ed color hex is 0.21, 0.45, 0.00, 0.07. Web safe color of #bc82ed is #cc99ff. Color #bc82ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11101101
Octal 274 202 355
Decimal 188 130 237
Hex BC 82 ED

RGB Percentages of Color #bc82ed

%33.87
%23.42
%42.70

CMYK Percentages of Color #bc82ed

%21
%45
%0
%7

Triadic Colors of #bc82ed

#bc82ed #edbc82 #82edbc

Analogous Colors of #bc82ed

#bc82ed #ed82e9 #8782ed

Monochromatic Colors of #bc82ed

#bc82ed

Complementary Color

#bc82ed #b3ed82

#bc82ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82ed Color CSS Codes

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

#bc82ed Text Font Color

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

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


#bc82ed Background Color

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

This div background color is #bc82ed


#bc82ed Border Color

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

This div border color is #bc82ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82ed


Comments

No comments written yet.

Please login to write comment.