Color Hex Logo

#bc85dc Color Hex

#BC85DC
(188,133,220)
0 Favorites   0 Comments

Color spaces of #bc85dc

RGB 188133220
HSL0.770.550.69
HSV278°40°86°
CMYK 0.150.400.00   0.14
XYZ42.044832.633771.7931
Yxy32.63370.28710.2228
Hunter Lab57.125931.4061-34.5247
CIE-Lab63.863236.7354-36.3803

#bc85dc color RGB value is (188,133,220).

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

The process color (four color CMYK) of #bc85dc color hex is 0.15, 0.40, 0.00, 0.14. Web safe color of #bc85dc is #cc99cc. Color #bc85dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 11011100
Octal 274 205 334
Decimal 188 133 220
Hex BC 85 DC

RGB Percentages of Color #bc85dc

%34.75
%24.58
%40.67

CMYK Percentages of Color #bc85dc

%15
%40
%0
%14

Triadic Colors of #bc85dc

#bc85dc #dcbc85 #85dcbc

Analogous Colors of #bc85dc

#bc85dc #dc85d1 #9185dc

Monochromatic Colors of #bc85dc

#bc85dc

Complementary Color

#bc85dc #a5dc85

#bc85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc85dc Color CSS Codes

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

#bc85dc Text Font Color

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

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


#bc85dc Background Color

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

This div background color is #bc85dc


#bc85dc Border Color

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

This div border color is #bc85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc85dc


Comments

No comments written yet.

Please login to write comment.