Color Hex Logo

#bc82ee Color Hex

#BC82EE
(188,130,238)
0 Favorites   0 Comments

Color spaces of #bc82ee

RGB 188130238
HSL0.760.760.72
HSV272°45°93°
CMYK 0.210.450.00   0.07
XYZ44.154332.829784.8985
Yxy32.82970.27280.2028
Hunter Lab57.297237.2853-47.7432
CIE-Lab64.022842.3154-46.1111

#bc82ee color RGB value is (188,130,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 11101110
Octal 274 202 356
Decimal 188 130 238
Hex BC 82 EE

RGB Percentages of Color #bc82ee

%33.81
%23.38
%42.81

CMYK Percentages of Color #bc82ee

%21
%45
%0
%7

Triadic Colors of #bc82ee

#bc82ee #eebc82 #82eebc

Analogous Colors of #bc82ee

#bc82ee #ee82ea #8682ee

Monochromatic Colors of #bc82ee

#bc82ee

Complementary Color

#bc82ee #b4ee82

#bc82ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82ee Color CSS Codes

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

#bc82ee Text Font Color

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

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


#bc82ee Background Color

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

This div background color is #bc82ee


#bc82ee Border Color

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

This div border color is #bc82ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82ee


Comments

No comments written yet.

Please login to write comment.