Color Hex Logo

#bc79ad Color Hex

#BC79AD
(188,121,173)
0 Favorites   0 Comments

Color spaces of #bc79ad

RGB 188121173
HSL0.870.330.61
HSV313°36°74°
CMYK 0.000.360.08   0.26
XYZ35.119227.383242.9697
Yxy27.38320.33300.2596
Hunter Lab52.329028.2199-12.0555
CIE-Lab59.327434.1018-16.8255

#bc79ad color RGB value is (188,121,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 10101101
Octal 274 171 255
Decimal 188 121 173
Hex BC 79 AD

RGB Percentages of Color #bc79ad

%39.00
%25.10
%35.89

CMYK Percentages of Color #bc79ad

%0
%36
%8
%26

Triadic Colors of #bc79ad

#bc79ad #adbc79 #79adbc

Analogous Colors of #bc79ad

#bc79ad #bc798c #aa79bc

Monochromatic Colors of #bc79ad

#bc79ad

Complementary Color

#bc79ad #79bc88

#bc79ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc79ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc79ad Color CSS Codes

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

#bc79ad Text Font Color

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

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


#bc79ad Background Color

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

This div background color is #bc79ad


#bc79ad Border Color

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

This div border color is #bc79ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc79ad


Comments

No comments written yet.

Please login to write comment.