Color Hex Logo

#bc8ede Color Hex

#BC8EDE
(188,142,222)
0 Favorites   0 Comments

Color spaces of #bc8ede

RGB 188142222
HSL0.760.550.71
HSV275°36°87°
CMYK 0.150.360.00   0.13
XYZ43.596935.311373.6252
Yxy35.31130.28580.2315
Hunter Lab59.423326.9687-31.8637
CIE-Lab65.990332.1982-34.1812

#bc8ede color RGB value is (188,142,222).

#bc8ede hex color red value is 188, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc8ede hue: 0.76 , saturation: 0.55 and the lightness value of bc8ede is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001110 11011110
Octal 274 216 336
Decimal 188 142 222
Hex BC 8E DE

RGB Percentages of Color #bc8ede

%34.06
%25.72
%40.22

CMYK Percentages of Color #bc8ede

%15
%36
%0
%13

Triadic Colors of #bc8ede

#bc8ede #debc8e #8edebc

Analogous Colors of #bc8ede

#bc8ede #de8ed8 #948ede

Monochromatic Colors of #bc8ede

#bc8ede

Complementary Color

#bc8ede #b0de8e

#bc8ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8ede Color CSS Codes

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

#bc8ede Text Font Color

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

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


#bc8ede Background Color

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

This div background color is #bc8ede


#bc8ede Border Color

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

This div border color is #bc8ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8ede


Comments

No comments written yet.

Please login to write comment.