Color Hex Logo

#bc7aad Color Hex

#BC7AAD
(188,122,173)
0 Favorites   0 Comments

Color spaces of #bc7aad

RGB 188122173
HSL0.870.330.61
HSV314°35°74°
CMYK 0.000.350.08   0.26
XYZ35.241427.627643.0104
Yxy27.62760.33280.2609
Hunter Lab52.562027.6961-11.7224
CIE-Lab59.550833.5544-16.4865

#bc7aad color RGB value is (188,122,173).

#bc7aad hex color red value is 188, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc7aad hue: 0.87 , saturation: 0.33 and the lightness value of bc7aad is 0.61.

The process color (four color CMYK) of #bc7aad color hex is 0.00, 0.35, 0.08, 0.26. Web safe color of #bc7aad is #cc6699. Color #bc7aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111010 10101101
Octal 274 172 255
Decimal 188 122 173
Hex BC 7A AD

RGB Percentages of Color #bc7aad

%38.92
%25.26
%35.82

CMYK Percentages of Color #bc7aad

%0
%35
%8
%26

Triadic Colors of #bc7aad

#bc7aad #adbc7a #7aadbc

Analogous Colors of #bc7aad

#bc7aad #bc7a8c #aa7abc

Monochromatic Colors of #bc7aad

#bc7aad

Complementary Color

#bc7aad #7abc89

#bc7aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7aad Color CSS Codes

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

#bc7aad Text Font Color

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

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


#bc7aad Background Color

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

This div background color is #bc7aad


#bc7aad Border Color

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

This div border color is #bc7aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7aad


Comments

No comments written yet.

Please login to write comment.