Color Hex Logo

#bc7dbb Color Hex

#BC7DBB
(188,125,187)
0 Favorites   0 Comments

Color spaces of #bc7dbb

RGB 188125187
HSL0.840.320.61
HSV301°34°74°
CMYK 0.000.340.01   0.26
XYZ37.042328.946550.6486
Yxy28.94650.31760.2482
Hunter Lab53.802028.7427-18.1536
CIE-Lab60.734434.4700-22.6639

#bc7dbb color RGB value is (188,125,187).

#bc7dbb hex color red value is 188, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bc7dbb hue: 0.84 , saturation: 0.32 and the lightness value of bc7dbb is 0.61.

The process color (four color CMYK) of #bc7dbb color hex is 0.00, 0.34, 0.01, 0.26. Web safe color of #bc7dbb is #cc66cc. Color #bc7dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111101 10111011
Octal 274 175 273
Decimal 188 125 187
Hex BC 7D BB

RGB Percentages of Color #bc7dbb

%37.60
%25.00
%37.40

CMYK Percentages of Color #bc7dbb

%0
%34
%1
%26

Triadic Colors of #bc7dbb

#bc7dbb #bbbc7d #7dbbbc

Analogous Colors of #bc7dbb

#bc7dbb #bc7d9c #9e7dbc

Monochromatic Colors of #bc7dbb

#bc7dbb

Complementary Color

#bc7dbb #7dbc7e

#bc7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7dbb Color CSS Codes

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

#bc7dbb Text Font Color

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

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


#bc7dbb Background Color

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

This div background color is #bc7dbb


#bc7dbb Border Color

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

This div border color is #bc7dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7dbb


Comments

No comments written yet.

Please login to write comment.