Color Hex Logo

#bc51ad Color Hex

#BC51AD
(188,81,173)
0 Favorites   0 Comments

Color spaces of #bc51ad

RGB 18881173
HSL0.860.440.53
HSV308°57°74°
CMYK 0.000.570.08   0.26
XYZ31.224319.593441.6714
Yxy19.59340.33760.2118
Hunter Lab44.264448.4518-24.8317
CIE-Lab51.374454.5952-29.0449

#bc51ad color RGB value is (188,81,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 10101101
Octal 274 121 255
Decimal 188 81 173
Hex BC 51 AD

RGB Percentages of Color #bc51ad

%42.53
%18.33
%39.14

CMYK Percentages of Color #bc51ad

%0
%57
%8
%26

Triadic Colors of #bc51ad

#bc51ad #adbc51 #51adbc

Analogous Colors of #bc51ad

#bc51ad #bc5178 #9651bc

Monochromatic Colors of #bc51ad

#bc51ad

Complementary Color

#bc51ad #51bc60

#bc51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc51ad Color CSS Codes

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

#bc51ad Text Font Color

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

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


#bc51ad Background Color

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

This div background color is #bc51ad


#bc51ad Border Color

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

This div border color is #bc51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc51ad


Comments

No comments written yet.

Please login to write comment.