Color Hex Logo

#bc9eda Color Hex

#BC9EDA
(188,158,218)
0 Favorites   0 Comments

Color spaces of #bc9eda

RGB 188158218
HSL0.750.450.74
HSV270°28°85°
CMYK 0.140.280.00   0.15
XYZ45.620840.207071.6859
Yxy40.20700.28960.2553
Hunter Lab63.409017.4595-22.6430
CIE-Lab69.616722.4442-26.3737

#bc9eda color RGB value is (188,158,218).

#bc9eda hex color red value is 188, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc9eda hue: 0.75 , saturation: 0.45 and the lightness value of bc9eda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011110 11011010
Octal 274 236 332
Decimal 188 158 218
Hex BC 9E DA

RGB Percentages of Color #bc9eda

%33.33
%28.01
%38.65

CMYK Percentages of Color #bc9eda

%14
%28
%0
%15

Triadic Colors of #bc9eda

#bc9eda #dabc9e #9edabc

Analogous Colors of #bc9eda

#bc9eda #da9eda #9e9eda

Monochromatic Colors of #bc9eda

#bc9eda

Complementary Color

#bc9eda #bcda9e

#bc9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9eda Color CSS Codes

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

#bc9eda Text Font Color

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

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


#bc9eda Background Color

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

This div background color is #bc9eda


#bc9eda Border Color

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

This div border color is #bc9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9eda


Comments

No comments written yet.

Please login to write comment.