Color Hex Logo

#bc85de Color Hex

#BC85DE
(188,133,222)
0 Favorites   0 Comments

Color spaces of #bc85de

RGB 188133222
HSL0.770.570.70
HSV277°40°87°
CMYK 0.150.400.00   0.13
XYZ42.311432.740473.1967
Yxy32.74040.28540.2208
Hunter Lab57.219231.8602-35.7922
CIE-Lab63.950237.1642-37.3575

#bc85de color RGB value is (188,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 11011110
Octal 274 205 336
Decimal 188 133 222
Hex BC 85 DE

RGB Percentages of Color #bc85de

%34.62
%24.49
%40.88

CMYK Percentages of Color #bc85de

%15
%40
%0
%13

Triadic Colors of #bc85de

#bc85de #debc85 #85debc

Analogous Colors of #bc85de

#bc85de #de85d4 #9085de

Monochromatic Colors of #bc85de

#bc85de

Complementary Color

#bc85de #a7de85

#bc85de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc85de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc85de Color CSS Codes

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

#bc85de Text Font Color

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

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


#bc85de Background Color

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

This div background color is #bc85de


#bc85de Border Color

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

This div border color is #bc85de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc85de


Comments

No comments written yet.

Please login to write comment.