Color Hex Logo

#bc98bd Color Hex

#BC98BD
(188,152,189)
0 Favorites   0 Comments

Color spaces of #bc98bd

RGB 188152189
HSL0.830.220.67
HSV298°20°74°
CMYK 0.010.200.00   0.26
XYZ41.152636.822053.0825
Yxy36.82200.31400.2810
Hunter Lab60.681114.8628-9.3888
CIE-Lab67.143319.8831-14.0576

#bc98bd color RGB value is (188,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 10111101
Octal 274 230 275
Decimal 188 152 189
Hex BC 98 BD

RGB Percentages of Color #bc98bd

%35.54
%28.73
%35.73

CMYK Percentages of Color #bc98bd

%1
%20
%0
%26

Triadic Colors of #bc98bd

#bc98bd #bdbc98 #98bdbc

Analogous Colors of #bc98bd

#bc98bd #bd98ac #aa98bd

Monochromatic Colors of #bc98bd

#bc98bd

Complementary Color

#bc98bd #99bd98

#bc98bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc98bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc98bd Color CSS Codes

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

#bc98bd Text Font Color

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

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


#bc98bd Background Color

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

This div background color is #bc98bd


#bc98bd Border Color

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

This div border color is #bc98bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc98bd


Comments

No comments written yet.

Please login to write comment.