Color Hex Logo

#bc61ad Color Hex

#BC61AD
(188,97,173)
0 Favorites   0 Comments

Color spaces of #bc61ad

RGB 18897173
HSL0.860.400.56
HSV310°48°74°
CMYK 0.000.480.08   0.26
XYZ32.556622.257942.1154
Yxy22.25790.33590.2296
Hunter Lab47.178340.6166-19.9026
CIE-Lab54.299646.8252-24.5153

#bc61ad color RGB value is (188,97,173).

#bc61ad hex color red value is 188, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc61ad hue: 0.86 , saturation: 0.40 and the lightness value of bc61ad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 10101101
Octal 274 141 255
Decimal 188 97 173
Hex BC 61 AD

RGB Percentages of Color #bc61ad

%41.05
%21.18
%37.77

CMYK Percentages of Color #bc61ad

%0
%48
%8
%26

Triadic Colors of #bc61ad

#bc61ad #adbc61 #61adbc

Analogous Colors of #bc61ad

#bc61ad #bc6180 #9e61bc

Monochromatic Colors of #bc61ad

#bc61ad

Complementary Color

#bc61ad #61bc70

#bc61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc61ad Color CSS Codes

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

#bc61ad Text Font Color

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

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


#bc61ad Background Color

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

This div background color is #bc61ad


#bc61ad Border Color

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

This div border color is #bc61ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc61ad


Comments

No comments written yet.

Please login to write comment.