Color Hex Logo

#bc95bd Color Hex

#BC95BD
(188,149,189)
0 Favorites   0 Comments

Color spaces of #bc95bd

RGB 188149189
HSL0.830.230.66
HSV299°21°74°
CMYK 0.010.210.00   0.26
XYZ40.671835.860452.9222
Yxy35.86040.31420.2770
Hunter Lab59.883616.4377-10.4792
CIE-Lab66.413121.5515-15.1579

#bc95bd color RGB value is (188,149,189).

#bc95bd hex color red value is 188, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc95bd hue: 0.83 , saturation: 0.23 and the lightness value of bc95bd is 0.66.

The process color (four color CMYK) of #bc95bd color hex is 0.01, 0.21, 0.00, 0.26. Web safe color of #bc95bd is #cc99cc. Color #bc95bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 10111101
Octal 274 225 275
Decimal 188 149 189
Hex BC 95 BD

RGB Percentages of Color #bc95bd

%35.74
%28.33
%35.93

CMYK Percentages of Color #bc95bd

%1
%21
%0
%26

Triadic Colors of #bc95bd

#bc95bd #bdbc95 #95bdbc

Analogous Colors of #bc95bd

#bc95bd #bd95aa #a895bd

Monochromatic Colors of #bc95bd

#bc95bd

Complementary Color

#bc95bd #96bd95

#bc95bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc95bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc95bd Color CSS Codes

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

#bc95bd Text Font Color

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

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


#bc95bd Background Color

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

This div background color is #bc95bd


#bc95bd Border Color

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

This div border color is #bc95bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc95bd


Comments

No comments written yet.

Please login to write comment.